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.
|
public DuplicateNotAllowedException ( ) : System | ||
return | System |
public DuplicateNotAllowedException ( string message ) : System | ||
message | string | |
return | System |