C# Class BclExtras.Threading.InvocationException

Inheritance: System.Exception
Show file Open project: scottwis/tiny

Public Methods

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

Protected Methods

Method Description
InvocationException ( System info, System context ) : System

Method Details

InvocationException() public method

public InvocationException ( ) : System
return System

InvocationException() protected method

protected InvocationException ( System info, System context ) : System
info System
context System
return System

InvocationException() public method

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

InvocationException() public method

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