C# Class Festispec.Models.Exception.NotAuthorizedException

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

Public Methods

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

Method Details

NotAuthorizedException() public method

NotAuthorizedException() public method

public NotAuthorizedException ( string message )
message string

NotAuthorizedException() public method

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