C# Class Glovali.Common.Exceptions.SerializableException

Inheritance: Exception
显示文件 Open project: metalglove/Glovali

Protected Methods

Method Description
SerializableException ( ) : System

Initializes a new instance of the SerializableException class.

SerializableException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the CreatingEntityFailedException class.

SerializableException ( string message ) : System

Initializes a new instance of the SerializableException class.

SerializableException ( string message, Exception innerException ) : System

Initializes a new instance of the SerializableException class.

Method Details

SerializableException() protected method

Initializes a new instance of the SerializableException class.
protected SerializableException ( ) : System
return System

SerializableException() protected method

Initializes a new instance of the CreatingEntityFailedException class.
protected SerializableException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The serialization info.
context StreamingContext The streaming context.
return System

SerializableException() protected method

Initializes a new instance of the SerializableException class.
protected SerializableException ( string message ) : System
message string The message.
return System

SerializableException() protected method

Initializes a new instance of the SerializableException class.
protected SerializableException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
return System