C# Class Festispec.Models.Exception.AuthenticationException

Inheritance: System.Exception
显示文件 Open project: martijnmelchers/avans-festispec

Public Methods

Method Description
AuthenticationException ( )
AuthenticationException ( string message )
AuthenticationException ( string message, System.Exception innerException )

Method Details

AuthenticationException() public method

AuthenticationException() public method

public AuthenticationException ( string message )
message string

AuthenticationException() public method

public AuthenticationException ( string message, System.Exception innerException )
message string
innerException System.Exception