C# Class Digipolis.Errors.Exceptions.BaseException

Inheritance: System.Exception
Afficher le fichier Open project: digipolisantwerp/errors_aspnetcore Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateDefaultError ( string message ) : void

Method Details

BaseException() public méthode

public BaseException ( ) : System
Résultat System

BaseException() public méthode

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

BaseException() public méthode

public BaseException ( string message ) : System
message string
Résultat System

BaseException() public méthode

public BaseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

CreateDefaultError() protected méthode

protected CreateDefaultError ( string message ) : void
message string
Résultat void