C# Class Mueller.Wddx.WddxException

Inheritance: System.ApplicationException
Afficher le fichier Open project: Bilal-S/WDDX.net

Méthodes publiques

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

Method Details

WddxException() public méthode

public WddxException ( ) : System
Résultat System

WddxException() public méthode

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

WddxException() public méthode

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