C# Class Cauterize.CauterizeException

Inheritance: System.Exception
ファイルを表示 Open project: sw17ch/Z-ARCHIVED-legacy-cauterize

Public Methods

Method Description
CauterizeException ( string message ) : System
CauterizeException ( string message, Exception innerException ) : System

Method Details

CauterizeException() public method

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

CauterizeException() public method

public CauterizeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System