C# Class Eastern.OException

Inheritance: System.Exception
Afficher le fichier Open project: yojimbo87/Eastern

Méthodes publiques

Méthode Description
OException ( ) : System
OException ( OExceptionType exceptionType, string message ) : System
OException ( OExceptionType exceptionType, string message, Exception inner ) : System

Method Details

OException() public méthode

public OException ( ) : System
Résultat System

OException() public méthode

public OException ( OExceptionType exceptionType, string message ) : System
exceptionType OExceptionType
message string
Résultat System

OException() public méthode

public OException ( OExceptionType exceptionType, string message, Exception inner ) : System
exceptionType OExceptionType
message string
inner System.Exception
Résultat System