C# Class UserApp.Exceptions.UserAppException

Inheritance: System.Exception
Afficher le fichier Open project: userapp-io/userapp-dotnet

Méthodes publiques

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

Method Details

UserAppException() public méthode

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

UserAppException() public méthode

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