C# Class Taro.Transports.EventHandlerException

Inheritance: System.Exception
Afficher le fichier Open project: mouhong/Taro

Méthodes publiques

Méthode Description
EventHandlerException ( ) : System
EventHandlerException ( string message ) : System
EventHandlerException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
EventHandlerException ( System info, System context ) : System

Method Details

EventHandlerException() public méthode

public EventHandlerException ( ) : System
Résultat System

EventHandlerException() protected méthode

protected EventHandlerException ( System info, System context ) : System
info System
context System
Résultat System

EventHandlerException() public méthode

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

EventHandlerException() public méthode

public EventHandlerException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System