C# Класс Playroom.ContentFileException

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

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

Метод Описание
ContentFileException ( Exception innerException ) : System
ContentFileException ( TsonLibrary.TextLocation location, string message ) : System
ContentFileException ( TsonLibrary.TextLocation location, string message, Exception innerException ) : System
ContentFileException ( TsonNode node ) : System
ContentFileException ( TsonNode node, Exception innerException ) : System
ContentFileException ( TsonNode node, string message ) : System
ContentFileException ( TsonNode node, string message, Exception innerException ) : System
ContentFileException ( string message ) : System
ContentFileException ( string message, Exception innerException ) : System

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

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

public ContentFileException ( Exception innerException ) : System
innerException System.Exception
Результат System

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

public ContentFileException ( TsonLibrary.TextLocation location, string message ) : System
location TsonLibrary.TextLocation
message string
Результат System

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

public ContentFileException ( TsonLibrary.TextLocation location, string message, Exception innerException ) : System
location TsonLibrary.TextLocation
message string
innerException System.Exception
Результат System

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

public ContentFileException ( TsonNode node ) : System
node TsonNode
Результат System

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

public ContentFileException ( TsonNode node, Exception innerException ) : System
node TsonNode
innerException System.Exception
Результат System

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

public ContentFileException ( TsonNode node, string message ) : System
node TsonNode
message string
Результат System

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

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

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

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

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

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