C# Class BetterCms.Core.Exceptions.Api.CmsApiException

Inheritance: CmsException
ファイルを表示 Open project: devbridge/BetterCMS

Public Methods

Method Description
CmsApiException ( ) : System

Initializes a new instance of the CmsApiException class.

CmsApiException ( string message ) : System

Initializes a new instance of the CmsApiException class.

CmsApiException ( string message, Exception innerException ) : System

Initializes a new instance of the CmsApiException class.

Method Details

CmsApiException() public method

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

CmsApiException() public method

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

CmsApiException() public method

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