Class ObjectNotSupportedException
Represents an exception that is thrown when an unsupported object operation is attempted.
public class ObjectNotSupportedException : Exception, ISerializable, _Exception
- Inheritance
-
ObjectNotSupportedException
- Implements
- Inherited Members
Constructors
ObjectNotSupportedException()
Initializes a new instance of the ObjectNotSupportedException class.
public ObjectNotSupportedException()
ObjectNotSupportedException(string)
Initializes a new instance of the ObjectNotSupportedException class with a specified error message.
public ObjectNotSupportedException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.
ObjectNotSupportedException(string, Exception)
Initializes a new instance of the ObjectNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ObjectNotSupportedException(string message, Exception inner)