C# Class PossumLabs.DSL.Core.UnsupportedException

Inheritance: Exception
ファイルを表示 Open project: Possum-Labs/DSL

Public Methods

Method Description
UnsupportedException ( ) : System
UnsupportedException ( string message ) : System
UnsupportedException ( string message, Exception innerException ) : System

Protected Methods

Method Description
UnsupportedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

UnsupportedException() public method

public UnsupportedException ( ) : System
return System

UnsupportedException() protected method

protected UnsupportedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

UnsupportedException() public method

public UnsupportedException ( string message ) : System
message string
return System

UnsupportedException() public method

public UnsupportedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System