C# Class Just3Ws.SharpResume.SharpResumeException

Inheritance: System.Exception
Show file Open project: elevate/sharpresume

Public Methods

Method Description
SharpResumeException ( ) : System

Initializes a new instance of the T:Just3Ws.SharpResume.SharpResumeException class.

SharpResumeException ( string message ) : System

Initializes a new instance of the T:Just3Ws.SharpResume.SharpResumeException class.

SharpResumeException ( string message, Exception innerException ) : System

Initializes a new instance of the T:Just3Ws.SharpResume.SharpResumeException class.

Protected Methods

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

Initializes a new instance of the T:Just3Ws.SharpResume.SharpResumeException class.

Method Details

SharpResumeException() public method

Initializes a new instance of the T:Just3Ws.SharpResume.SharpResumeException class.
public SharpResumeException ( ) : System
return System

SharpResumeException() protected method

Initializes a new instance of the T:Just3Ws.SharpResume.SharpResumeException class.
The class name is null or is zero (0). The info parameter is null.
protected SharpResumeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System

SharpResumeException() public method

Initializes a new instance of the T:Just3Ws.SharpResume.SharpResumeException class.
public SharpResumeException ( string message ) : System
message string The message.
return System

SharpResumeException() public method

Initializes a new instance of the T:Just3Ws.SharpResume.SharpResumeException class.
public SharpResumeException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System