public class NotSupportedException
extends com.aspose.ms.System.ApplicationException
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
Constructor and Description |
---|
NotSupportedException()
Initializes a new instance of the
NotSupportedException class. |
NotSupportedException(String message)
Initializes a new instance of the
NotSupportedException class with a specified
error message and a reference to the inner exception that is the cause of this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NotSupportedException()
Initializes a new instance of the NotSupportedException
class.
public NotSupportedException(String message)
Initializes a new instance of the NotSupportedException
class with a specified
error message and a reference to the inner exception that is the cause of this exception.
message
- The error message that explains the reason for the exception.Copyright © 2024 Aspose. All Rights Reserved.