C# 클래스 Scr.Content.ExtractContentArchiveException

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

공개 메소드들

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

메소드 상세

ExtractContentArchiveException() 공개 메소드

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

ExtractContentArchiveException() 공개 메소드

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

ExtractContentArchiveException() 공개 메소드

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