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

Inheritance: CmsException
Afficher le fichier Open project: devbridge/BetterCMS

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the CmsApiException class.
public CmsApiException ( ) : System
Résultat System

CmsApiException() public méthode

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

CmsApiException() public méthode

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.
Résultat System