C# Class RazorDB.C5.DuplicateNotAllowedException

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

Méthodes publiques

Méthode Description
DuplicateNotAllowedException ( ) : System

Create a simple exception with no further explanation.

DuplicateNotAllowedException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

DuplicateNotAllowedException() public méthode

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

DuplicateNotAllowedException() public méthode

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