C# Class C5.NotAViewException

Inheritance: System.Exception
ファイルを表示 Open project: sestoft/C5

Public Methods

Method Description
NotAViewException ( ) : System

Create a simple exception with no further explanation.

NotAViewException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

NotAViewException() public method

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

NotAViewException() public method

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