C# Class VincereSharp.VincereSharpException

Inheritance: Exception
Afficher le fichier Open project: benchon/VincereSharp

Méthodes publiques

Méthode Description
VincereSharpException ( string message ) : System
VincereSharpException ( string message, Exception innerException ) : System

Method Details

VincereSharpException() public méthode

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

VincereSharpException() public méthode

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