C# Класс FdoToolbox.Core.TaskLoaderException

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

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

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

Initializes a new instance of the TaskLoaderException class.

TaskLoaderException ( string msg ) : System

Initializes a new instance of the TaskLoaderException class.

TaskLoaderException ( string msg, Exception inner ) : System

Initializes a new instance of the TaskLoaderException class.

Защищенные методы

Метод Описание
TaskLoaderException ( SerializationInfo serInfo, StreamingContext ctx ) : System

Initializes a new instance of the TaskLoaderException class.

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

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

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

TaskLoaderException() защищенный Метод

Initializes a new instance of the TaskLoaderException class.
protected TaskLoaderException ( SerializationInfo serInfo, StreamingContext ctx ) : System
serInfo System.Runtime.Serialization.SerializationInfo The serialization info.
ctx System.Runtime.Serialization.StreamingContext The streaming context.
Результат System

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

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

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

Initializes a new instance of the TaskLoaderException class.
public TaskLoaderException ( string msg, Exception inner ) : System
msg string The message.
inner System.Exception The inner exception.
Результат System