C# 클래스 Playroom.ContentFileException

상속: System.Exception
파일 보기 프로젝트 열기: jlyonsmith/Playroom 1 사용 예제들

공개 메소드들

메소드 설명
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