C# Class Scr.Window.DockAsChildException

Inheritance: System.Exception
Datei anzeigen Open project: vitalyobukhov/WebSaver

Public Methods

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

Method Details

DockAsChildException() public method

public DockAsChildException ( ) : System
return System

DockAsChildException() public method

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

DockAsChildException() public method

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