C# 클래스 Scr.Content.LoadContentArchiveException

상속: LoadContentException
파일 보기 프로젝트 열기: vitalyobukhov/WebSaver

공개 메소드들

메소드 설명
LoadContentArchiveException ( Details reason ) : System
LoadContentArchiveException ( Details reason, string message ) : System
LoadContentArchiveException ( Details reason, string message, Exception innerException ) : System

메소드 상세

LoadContentArchiveException() 공개 메소드

public LoadContentArchiveException ( Details reason ) : System
reason Details
리턴 System

LoadContentArchiveException() 공개 메소드

public LoadContentArchiveException ( Details reason, string message ) : System
reason Details
message string
리턴 System

LoadContentArchiveException() 공개 메소드

public LoadContentArchiveException ( Details reason, string message, Exception innerException ) : System
reason Details
message string
innerException System.Exception
리턴 System