C# Class Eastern.OException

Inheritance: System.Exception
ファイルを表示 Open project: yojimbo87/Eastern

Public Methods

Method Description
OException ( ) : System
OException ( OExceptionType exceptionType, string message ) : System
OException ( OExceptionType exceptionType, string message, Exception inner ) : System

Method Details

OException() public method

public OException ( ) : System
return System

OException() public method

public OException ( OExceptionType exceptionType, string message ) : System
exceptionType OExceptionType
message string
return System

OException() public method

public OException ( OExceptionType exceptionType, string message, Exception inner ) : System
exceptionType OExceptionType
message string
inner System.Exception
return System