C# Class TypeLess.Tests.SomeException

Inheritance: System.Exception
ファイルを表示 Open project: jansater/TypeLess

Public Methods

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

Protected Methods

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

Method Details

SomeException() public method

public SomeException ( ) : System
return System

SomeException() protected method

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

SomeException() public method

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

SomeException() public method

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