C# Class RazorDB.C5.NotAViewException

Inheritance: System.Exception
Afficher le fichier Open project: gnoso/razordb

Méthodes publiques

Méthode 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 méthode

Create a simple exception with no further explanation.
public NotAViewException ( ) : System
Résultat System

NotAViewException() public méthode

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