C# Class Scr.Content.LoadContentArchiveException

Inheritance: LoadContentException
ファイルを表示 Open project: vitalyobukhov/WebSaver

Public Methods

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

Method Details

LoadContentArchiveException() public method

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

LoadContentArchiveException() public method

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

LoadContentArchiveException() public method

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