Table of Contents

Class ObjectNotSupportedException

Namespace
Minds.SDK
Assembly
Minds.SDK.dll

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 string

The 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)

Parameters

message string

The error message that explains the reason for the exception.

inner Exception

The exception that is the cause of the current exception.