C# Class Digipolis.Errors.Exceptions.BaseException

Inheritance: System.Exception
显示文件 Open project: digipolisantwerp/errors_aspnetcore Class Usage Examples

Public Methods

Method Description
BaseException ( ) : System
BaseException ( System.Error error, string message = null, Exception innerException = null ) : System
BaseException ( string message ) : System
BaseException ( string message, Exception innerException ) : System

Protected Methods

Method Description
CreateDefaultError ( string message ) : void

Method Details

BaseException() public method

public BaseException ( ) : System
return System

BaseException() public method

public BaseException ( System.Error error, string message = null, Exception innerException = null ) : System
error System.Error
message string
innerException System.Exception
return System

BaseException() public method

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

BaseException() public method

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

CreateDefaultError() protected method

protected CreateDefaultError ( string message ) : void
message string
return void