SSPIException Constructor (String) |
Initializes a new instance of the
SSPIException class with a specified error message.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic SSPIException(
string message
)
Public Sub New (
message As String
)
public:
SSPIException(
String^ message
)
new :
message : string -> SSPIException
Parameters
- message
- Type: SystemString
A message that describes the error.
See Also