C# Class Yaircc.SerializableException

ファイルを表示 Open project: rastating/yaircc Class Usage Examples

Public Methods

Method Description
SerializableException ( ) : System

Initialises a new instance of the SerializableException class.

SerializableException ( Exception ex ) : System

Initialises a new instance of the SerializableException class.

Method Details

SerializableException() public method

Initialises a new instance of the SerializableException class.
public SerializableException ( ) : System
return System

SerializableException() public method

Initialises a new instance of the SerializableException class.
public SerializableException ( Exception ex ) : System
ex System.Exception The exception that occurred.
return System