C# Class Deveel.Data.Diagnostics.ErrorException

The base class of all the exceptions handled by the system and that can be converted to events sent to the diagnostics.
Inheritance: System.Exception
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
AsEvent ( IEventSource source = null ) : ErrorEvent

Transforms the error to an event to be passed to the diagnostics, given a source where this was generated.

ErrorException ( ) : System
ErrorException ( int errorCode ) : System
ErrorException ( int errorCode, string message ) : System
ErrorException ( int errorCode, string message, Exception innerException ) : System
ErrorException ( string message ) : System
ErrorException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
GetMetadata ( object>.IDictionary metadata ) : void

Private Methods

Méthode Description
ExtractMetadata ( ) : object>.IDictionary

Method Details

AsEvent() public méthode

Transforms the error to an event to be passed to the diagnostics, given a source where this was generated.
public AsEvent ( IEventSource source = null ) : ErrorEvent
source IEventSource The source of the error.
Résultat ErrorEvent

ErrorException() public méthode

public ErrorException ( ) : System
Résultat System

ErrorException() public méthode

public ErrorException ( int errorCode ) : System
errorCode int
Résultat System

ErrorException() public méthode

public ErrorException ( int errorCode, string message ) : System
errorCode int
message string
Résultat System

ErrorException() public méthode

public ErrorException ( int errorCode, string message, Exception innerException ) : System
errorCode int
message string
innerException System.Exception
Résultat System

ErrorException() public méthode

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

ErrorException() public méthode

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

GetMetadata() protected méthode

protected GetMetadata ( object>.IDictionary metadata ) : void
metadata object>.IDictionary
Résultat void