C# Class SignalException, Necromaestro

Inheritance: Exception
ファイルを表示 Open project: osmanzeki/Necromaestro Class Usage Examples

Public Methods

Method Description
SignalException ( ) : System
SignalException ( string message, SignalExceptionType exceptionType ) : System

Method Details

SignalException() public method

public SignalException ( ) : System
return System

SignalException() public method

public SignalException ( string message, SignalExceptionType exceptionType ) : System
message string
exceptionType SignalExceptionType
return System