C# Class Cares.ExceptionHandling.CaresException

Cares Exception
Inheritance: System.ApplicationException
Show file Open project: innoist/GF-FRS

Public Methods

Method Description
CaresException ( string message ) : System

Initializes a new instance of Cares Exception

CaresException ( string message, Exception innerException ) : System

Initializes a new instance of Cares Exception

Method Details

CaresException() public method

Initializes a new instance of Cares Exception
public CaresException ( string message ) : System
message string
return System

CaresException() public method

Initializes a new instance of Cares Exception
public CaresException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System