C# Class BetterCms.Core.Exceptions.CmsException

Inheritance: BetterModules.Core.Exceptions.CoreException
Exibir arquivo Open project: devbridge/BetterCMS

Public Methods

Method Description
CmsException ( ) : System

Initializes a new instance of the CmsException class.

CmsException ( string message ) : System

Initializes a new instance of the CmsException class.

CmsException ( string message, Exception innerException ) : System

Initializes a new instance of the CmsException class.

Method Details

CmsException() public method

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

CmsException() public method

Initializes a new instance of the CmsException class.
public CmsException ( string message ) : System
message string The message.
return System

CmsException() public method

Initializes a new instance of the CmsException class.
public CmsException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System