Class OperatorException
Inheritance
OperatorException
Syntax
public abstract class OperatorException : InvalidCastException, ISerializable, _Exception
Constructors
OperatorException()
Declaration
protected OperatorException()
OperatorException(String)
Declaration
protected OperatorException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
OperatorException(String, Exception)
Declaration
protected OperatorException(string message, Exception innerException)
Parameters
Extension Methods