FormatNotSupportedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the FormatNotSupportedException class with a serialized data.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
protected FormatNotSupportedException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo that hold data about exception being thrown.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext that contains information about the source or destination.
See Also