C# Класс Nexus.Client.ModManagement.Scripting.DependencyException

An exception class that represents a dependency that was not fufilled.
Наследование: System.ApplicationException
Показать файл Открыть проект

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

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

The default constructor.

DependencyException ( string message ) : System

A simple contructor that sets the exception's message.

DependencyException ( string message, Exception inner ) : System

A simple constructor the sets the exception's message and inner exception.

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

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

The default constructor.
public DependencyException ( ) : System
Результат System

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

A simple contructor that sets the exception's message.
public DependencyException ( string message ) : System
message string The exception's message.
Результат System

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

A simple constructor the sets the exception's message and inner exception.
public DependencyException ( string message, Exception inner ) : System
message string The exception's message.
inner System.Exception The ineer exception.
Результат System