AsposeNotSupportedException Class

The exception that is thrown when an invoked method or parameter is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
Inheritance Hierarchy

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public class AsposeNotSupportedException : AsposeException

The AsposeNotSupportedException type exposes the following members.

Constructors
  NameDescription
Public methodAsposeNotSupportedException
Initializes a new instance of the AsposeNotSupportedException class.
Public methodAsposeNotSupportedException(Exception)
Initializes a new instance of the AsposeNotSupportedException class
Public methodAsposeNotSupportedException(String)
Initializes a new instance of the AsposeNotSupportedException class with a specified error message.
Protected methodAsposeNotSupportedException(SerializationInfo, StreamingContext)
Initializes a new instance of the AsposeNotSupportedException class with serialized data.
Public methodAsposeNotSupportedException(String, Exception)
Initializes a new instance of the AsposeNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodAsposeNotSupportedException(String, Object)
Initializes a new instance of the AsposeArgumentOutOfRangeException class with a specified error message.
Public methodAsposeNotSupportedException(String, String)
Initializes a new instance of the AsposeNotSupportedException class
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyErrorDetails
Gets extra information aboout error
(Inherited from AsposeException.)
Public propertyHelpLink (Inherited from Exception.)
Protected propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage
Gets a message that describes the current exception.
(Overrides AsposeExceptionMessage.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides AsposeExceptionToString.)
See Also