C# Class Orient.Client.OException

Inheritance: System.Exception
Afficher le fichier Open project: workshare/OrientDB-NET.binary

Méthodes publiques

Méthode Description
OException ( ) : System
OException ( OExceptionType type, string message ) : System
OException ( OExceptionType type, string message, Exception innerException ) : System

Method Details

OException() public méthode

public OException ( ) : System
Résultat System

OException() public méthode

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

OException() public méthode

public OException ( OExceptionType type, string message, Exception innerException ) : System
type OExceptionType
message string
innerException System.Exception
Résultat System