C# Класс BetterCms.Core.Exceptions.Api.CmsApiException

Наследование: CmsException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CmsApiException() публичный Метод

Initializes a new instance of the CmsApiException class.
public CmsApiException ( ) : System
Результат System

CmsApiException() публичный Метод

Initializes a new instance of the CmsApiException class.
public CmsApiException ( string message ) : System
message string The message.
Результат System

CmsApiException() публичный Метод

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.
Результат System