C# Class TShockAPI.DB.UserManagerException

Inheritance: System.Exception
Exibir arquivo Open project: NyxStudios/TShock

Public Methods

Method Description
UserManagerException ( string message ) : System

Creates a new UserManagerException object.

UserManagerException ( string message, Exception inner ) : System

Creates a new UserManagerObject with an internal exception.

Method Details

UserManagerException() public method

Creates a new UserManagerException object.
public UserManagerException ( string message ) : System
message string The message for the object.
return System

UserManagerException() public method

Creates a new UserManagerObject with an internal exception.
public UserManagerException ( string message, Exception inner ) : System
message string The message for the object.
inner System.Exception The inner exception for the object.
return System