C# Class ServiceException, Quaack_rep_1

Inheritance: Exception
Datei anzeigen Open project: ARdeWeerd/Quaack_rep_1 Class Usage Examples

Public Methods

Method Description
ServiceException ( ) : System
ServiceException ( string message ) : System
ServiceException ( string message, System inner ) : System

Protected Methods

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

Method Details

ServiceException() public method

public ServiceException ( ) : System
return System

ServiceException() protected method

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

ServiceException() public method

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

ServiceException() public method

public ServiceException ( string message, System inner ) : System
message string
inner System
return System