C# Class CrmCodeGenerator.VSPackage.UserException

Inheritance: Exception
Afficher le fichier Open project: xairrick/CrmCodeGenerator

Méthodes publiques

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

Method Details

UserException() public méthode

public UserException ( ) : System
Résultat System

UserException() public méthode

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

UserException() public méthode

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