C# Class Scr.Content.LoadContentBytesException

Inheritance: LoadContentException
Show file Open project: vitalyobukhov/WebSaver

Public Methods

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

Method Details

LoadContentBytesException() public method

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

LoadContentBytesException() public method

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

LoadContentBytesException() public method

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