C# Класс AutoOrganize.Core.OrganizationException

An generic exception that occurs during file organization.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
OrganizationException ( ) : System

Initializes a new instance of the OrganizationException class.

OrganizationException ( string msg ) : System

Initializes a new instance of the OrganizationException class with a specified error message.

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

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

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

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

Initializes a new instance of the OrganizationException class with a specified error message.
public OrganizationException ( string msg ) : System
msg string The message that describes the error.
Результат System