C# Класс IronRuby.StandardLibrary.Yaml.ConstructorException

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

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

Метод Описание
ConstructorException ( string message ) : System
ConstructorException ( string message, Exception inner ) : System

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

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

public ConstructorException ( string message ) : System
message string
Результат System

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

public ConstructorException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System