C# Class UserApp.Exceptions.UserAppException

Inheritance: System.Exception
Show file Open project: userapp-io/userapp-dotnet

Public Methods

Method Description
UserAppException ( string message ) : System
UserAppException ( string message, Exception innerException ) : System

Method Details

UserAppException() public method

public UserAppException ( string message ) : System
message string
return System

UserAppException() public method

public UserAppException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System