AsposeInvalidOperationException Constructor (String, String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public AsposeInvalidOperationException(
string format,
string parameter
)
Public Sub New (
format As String,
parameter As String
)
public:
AsposeInvalidOperationException(
String^ format,
String^ parameter
)
new :
format : string *
parameter : string -> AsposeInvalidOperationException
Parameters
- format
- Type: SystemString
- parameter
- Type: SystemString
See Also