C# Class Scr.Content.LoadContentException

Inheritance: System.Exception
Exibir arquivo Open project: vitalyobukhov/WebSaver

Protected Methods

Method Description
LoadContentException ( ) : System
LoadContentException ( string message ) : System
LoadContentException ( string message, Exception innerException ) : System

Method Details

LoadContentException() protected method

protected LoadContentException ( ) : System
return System

LoadContentException() protected method

protected LoadContentException ( string message ) : System
message string
return System

LoadContentException() protected method

protected LoadContentException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System