C# Class Orient.Client.OException

Inheritance: System.Exception
Show file Open project: workshare/OrientDB-NET.binary

Public Methods

Method Description
OException ( ) : System
OException ( OExceptionType type, string message ) : System
OException ( OExceptionType type, string message, Exception innerException ) : System

Method Details

OException() public method

public OException ( ) : System
return System

OException() public method

public OException ( OExceptionType type, string message ) : System
type OExceptionType
message string
return System

OException() public method

public OException ( OExceptionType type, string message, Exception innerException ) : System
type OExceptionType
message string
innerException System.Exception
return System