InvalidOptionSchemaException Class

Represents errors on the option schema.

C#
public sealed class InvalidOptionSchemaException : Exception
Inheritance
InvalidOptionSchemaException
Implements

Constructors

Properties

Data (Inherited from Exception)
HelpLink (Inherited from Exception)
HResult (Inherited from Exception)
InnerException (Inherited from Exception)
Message (Inherited from Exception)
Source (Inherited from Exception)
StackTrace (Inherited from Exception)
TargetSite (Inherited from Exception)

Methods

GetBaseException() (Inherited from Exception)
GetObjectData(SerializationInfo, StreamingContext) (Inherited from Exception)
GetType() (Inherited from Exception)
ToString() (Inherited from Exception)
Equals(object) (Inherited from object)
GetHashCode() (Inherited from object)
GetType() (Inherited from object)
MemberwiseClone() (Inherited from object)

Constructors Detail

InvalidOptionSchemaException()

Initializes a new instance of the InvalidOptionSchemaException class.

C#
public InvalidOptionSchemaException()

InvalidOptionSchemaException(string)

Initializes a new instance of the InvalidOptionSchemaException class.

C#
public InvalidOptionSchemaException(string message)

Parameters

message
string

The message that describes the error.

InvalidOptionSchemaException(string, Exception)

Initializes a new instance of the InvalidOptionSchemaException class.

C#
public InvalidOptionSchemaException(string message, Exception innerException)

Parameters

message
string

The error message that explains the reason for the exception.

innerException
Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.