C# Class RazorDB.C5.ViewDisposedException

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

Méthodes publiques

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

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

ViewDisposedException() public méthode

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