C# Класс Purity.Compiler.Exceptions.CompilerException

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

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

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

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

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

public CompilerException ( ) : System
Результат System

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

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

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

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