C# Класс DarkRift.Dispatching.DispatcherException

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

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

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

Creates a new exception with no parameters.

DispatcherException ( string message ) : System

Creates a new exception with a message.

DispatcherException ( string message, Exception innerException ) : System

Creates a new exception with a message and inner exceptions.

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

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

Creates a new exception with no parameters.
public DispatcherException ( ) : System
Результат System

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

Creates a new exception with a message.
public DispatcherException ( string message ) : System
message string The message for the exception.
Результат System

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

Creates a new exception with a message and inner exceptions.
public DispatcherException ( string message, Exception innerException ) : System
message string The message for the exception.
innerException Exception The exception raised in the task.
Результат System