C# Class vortex.web.VortexAPIException

Inheritance: System.Exception
Afficher le fichier Open project: PrismTech/vortex-web-csharp

Méthodes publiques

Méthode Description
VortexAPIException ( ) : System
VortexAPIException ( System info, System context ) : System
VortexAPIException ( string message ) : System
VortexAPIException ( string message, Exception innerException ) : System

Method Details

VortexAPIException() public méthode

public VortexAPIException ( ) : System
Résultat System

VortexAPIException() public méthode

public VortexAPIException ( System info, System context ) : System
info System
context System
Résultat System

VortexAPIException() public méthode

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

VortexAPIException() public méthode

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