C# Class FdoToolbox.Core.UnsupportedException

Inheritance: System.Exception
ファイルを表示 Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
UnsupportedException ( ) : System

Initializes a new instance of the UnsupportedException class.

UnsupportedException ( string msg ) : System

Initializes a new instance of the UnsupportedException class.

UnsupportedException ( string msg, Exception inner ) : System

Initializes a new instance of the UnsupportedException class.

Protected Methods

Method Description
UnsupportedException ( SerializationInfo serInfo, StreamingContext ctx ) : System

Initializes a new instance of the UnsupportedException class.

Method Details

UnsupportedException() public method

Initializes a new instance of the UnsupportedException class.
public UnsupportedException ( ) : System
return System

UnsupportedException() protected method

Initializes a new instance of the UnsupportedException class.
protected UnsupportedException ( SerializationInfo serInfo, StreamingContext ctx ) : System
serInfo System.Runtime.Serialization.SerializationInfo The serialization info.
ctx System.Runtime.Serialization.StreamingContext The streaming context.
return System

UnsupportedException() public method

Initializes a new instance of the UnsupportedException class.
public UnsupportedException ( string msg ) : System
msg string The message.
return System

UnsupportedException() public method

Initializes a new instance of the UnsupportedException class.
public UnsupportedException ( string msg, Exception inner ) : System
msg string The message.
inner System.Exception The inner exception.
return System