C# Class Scr.Content.ExtractContentArchiveException

Inheritance: LoadContentException
Show file Open project: vitalyobukhov/WebSaver

Public Methods

Method Description
ExtractContentArchiveException ( Details reason ) : System
ExtractContentArchiveException ( Details reason, string message ) : System
ExtractContentArchiveException ( Details reason, string message, Exception innerException ) : System

Method Details

ExtractContentArchiveException() public method

public ExtractContentArchiveException ( Details reason ) : System
reason Details
return System

ExtractContentArchiveException() public method

public ExtractContentArchiveException ( Details reason, string message ) : System
reason Details
message string
return System

ExtractContentArchiveException() public method

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