C# Class RazorDB.C5.DuplicateNotAllowedException

Inheritance: System.Exception
Datei anzeigen Open project: gnoso/razordb

Public Methods

Method 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 method

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

DuplicateNotAllowedException() public method

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