C# Class BetterCms.Core.Exceptions.Mvc.ConfirmationRequestException

Inheritance: CmsException
Mostrar archivo Open project: devbridge/BetterCMS

Public Methods

Method Description
ConfirmationRequestException ( ) : System

Initializes a new instance of the ConfirmationRequestException class.

ConfirmationRequestException ( Func resource, string message ) : System

Initializes a new instance of the ConfirmationRequestException class.

ConfirmationRequestException ( Func resource, string message, Exception innerException ) : System

Initializes a new instance of the ConfirmationRequestException class.

Method Details

ConfirmationRequestException() public method

Initializes a new instance of the ConfirmationRequestException class.
public ConfirmationRequestException ( ) : System
return System

ConfirmationRequestException() public method

Initializes a new instance of the ConfirmationRequestException class.
public ConfirmationRequestException ( Func resource, string message ) : System
resource Func A function to retrieve a globalized resource associated with this exception.
message string The exception message.
return System

ConfirmationRequestException() public method

Initializes a new instance of the ConfirmationRequestException class.
public ConfirmationRequestException ( Func resource, string message, Exception innerException ) : System
resource Func A function to retrieve a globalized resource associated with this exception.
message string The exception message.
innerException System.Exception The inner exception.
return System