C# Class Playroom.ContentFileException

Inheritance: System.Exception
ファイルを表示 Open project: jlyonsmith/Playroom Class Usage Examples

Public Methods

Method Description
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

Method Details

ContentFileException() public method

public ContentFileException ( Exception innerException ) : System
innerException System.Exception
return System

ContentFileException() public method

public ContentFileException ( TsonLibrary.TextLocation location, string message ) : System
location TsonLibrary.TextLocation
message string
return System

ContentFileException() public method

public ContentFileException ( TsonLibrary.TextLocation location, string message, Exception innerException ) : System
location TsonLibrary.TextLocation
message string
innerException System.Exception
return System

ContentFileException() public method

public ContentFileException ( TsonNode node ) : System
node TsonNode
return System

ContentFileException() public method

public ContentFileException ( TsonNode node, Exception innerException ) : System
node TsonNode
innerException System.Exception
return System

ContentFileException() public method

public ContentFileException ( TsonNode node, string message ) : System
node TsonNode
message string
return System

ContentFileException() public method

public ContentFileException ( TsonNode node, string message, Exception innerException ) : System
node TsonNode
message string
innerException System.Exception
return System

ContentFileException() public method

public ContentFileException ( string message ) : System
message string
return System

ContentFileException() public method

public ContentFileException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System