C# Class Bickle.PendingException

Inheritance: System.Exception
Datei anzeigen Open project: davidmfoley/bickle

Public Methods

Method Description
PendingException ( ) : System
PendingException ( string message ) : System
PendingException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

PendingException() public method

public PendingException ( ) : System
return System

PendingException() protected method

protected PendingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

PendingException() public method

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

PendingException() public method

public PendingException ( string message, Exception inner ) : System
message string
inner System.Exception
return System