Constructor OperationNotSupportedException
OperationNotSupportedException()
default constructor.
Declaration
public OperationNotSupportedException()
OperationNotSupportedException(String)
overloaded constructor, takes the reason as parameter.
Declaration
public OperationNotSupportedException(string reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason |
OperationNotSupportedException(String, Exception)
overloaded constructor.
Declaration
public OperationNotSupportedException(string reason, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason | reason for exception |
Exception | inner | nested exception |
OperationNotSupportedException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
protected OperationNotSupportedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |