C# Class Scr.Content.CreateContentException

Inheritance: LoadContentException
Mostrar archivo Open project: vitalyobukhov/WebSaver

Public Methods

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

Method Details

CreateContentException() public method

public CreateContentException ( ) : System
return System

CreateContentException() public method

public CreateContentException ( string message ) : System
message string
return System

CreateContentException() public method

public CreateContentException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System