C# Class RazorDB.C5.ReadOnlyCollectionException

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

Méthodes publiques

Méthode Description
ReadOnlyCollectionException ( ) : System

Create a simple exception with no further explanation.

ReadOnlyCollectionException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

ReadOnlyCollectionException() public méthode

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

ReadOnlyCollectionException() public méthode

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