C# Class Amss.Boilerplate.Common.Exceptions.DeleteConstraintException

Inheritance: RootException
Datei anzeigen Open project: quadio/amss-boilerplate

Public Methods

Method Description
DeleteConstraintException ( ) : System
DeleteConstraintException ( string message ) : System
DeleteConstraintException ( string message, Exception inner ) : System

Protected Methods

Method Description
DeleteConstraintException ( SerializationInfo info, StreamingContext context ) : System

Method Details

DeleteConstraintException() public method

public DeleteConstraintException ( ) : System
return System

DeleteConstraintException() protected method

protected DeleteConstraintException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

DeleteConstraintException() public method

public DeleteConstraintException ( string message ) : System
message string
return System

DeleteConstraintException() public method

public DeleteConstraintException ( string message, Exception inner ) : System
message string
inner System.Exception
return System