C# Класс BetterCms.Core.Exceptions.CmsException

Наследование: BetterModules.Core.Exceptions.CoreException
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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