LoggingException Constructor (String) |
Initializes a new instance of the LoggingException class.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic LoggingException(
string message
)
Public Sub New (
message As String
)
public:
LoggingException(
String^ message
)
new :
message : string -> LoggingException
Parameters
- message
- Type: SystemString
The error message.
See Also