ActiveSyncNotSupportedException Constructor (String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public ActiveSyncNotSupportedException(
string message
)
Public Sub New (
message As String
)
public:
ActiveSyncNotSupportedException(
String^ message
)
new :
message : string -> ActiveSyncNotSupportedException
Parameters
- message
- Type: SystemString
A message that describes the error.
See Also