AsposeInvalidOperationException Constructor (String)

Initializes a new instance of the AsposeInvalidOperationException class with a specified error message.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public AsposeInvalidOperationException(
	string message
)

Parameters

message
Type: SystemString
A message that describes the error.
See Also