C# Class C5.ViewDisposedException

Inheritance: System.Exception
Show file Open project: sestoft/C5

Public Methods

Method Description
ViewDisposedException ( ) : System

Create a simple exception with no further explanation.

ViewDisposedException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

ViewDisposedException() public method

Create a simple exception with no further explanation.
public ViewDisposedException ( ) : System
return System

ViewDisposedException() public method

Create the exception with an explanation of the reason.
public ViewDisposedException ( string message ) : System
message string
return System