C# Класс XnaBuildContent.ContentFileException

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

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

Метод Описание
ContentFileException ( ToolBelt.ParsedPath fileName, int lineNumber ) : System
ContentFileException ( ToolBelt.ParsedPath fileName, int lineNumber, Exception innerException ) : System
ContentFileException ( ToolBelt.ParsedPath fileName, int lineNumber, string message ) : System
ContentFileException ( ToolBelt.ParsedPath fileName, int lineNumber, string message, Exception innerException ) : System
ContentFileException ( string message ) : System
ContentFileException ( string message, Exception innerException ) : System
EnsureFileNameAndLineNumber ( ToolBelt.ParsedPath fileName, int lineNumber ) : void

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

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

public ContentFileException ( ToolBelt.ParsedPath fileName, int lineNumber ) : System
fileName ToolBelt.ParsedPath
lineNumber int
Результат System

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

public ContentFileException ( ToolBelt.ParsedPath fileName, int lineNumber, Exception innerException ) : System
fileName ToolBelt.ParsedPath
lineNumber int
innerException System.Exception
Результат System

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

public ContentFileException ( ToolBelt.ParsedPath fileName, int lineNumber, string message ) : System
fileName ToolBelt.ParsedPath
lineNumber int
message string
Результат System

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

public ContentFileException ( ToolBelt.ParsedPath fileName, int lineNumber, string message, Exception innerException ) : System
fileName ToolBelt.ParsedPath
lineNumber int
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

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

public EnsureFileNameAndLineNumber ( ToolBelt.ParsedPath fileName, int lineNumber ) : void
fileName ToolBelt.ParsedPath
lineNumber int
Результат void