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