C# Class UserManagement.Domain.ConfirmationFailedException

Inheritance: System.Exception
Show file Open project: LeagueOfDevelopers/LodCore

Public Methods

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

Protected Methods

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

Method Details

ConfirmationFailedException() public method

public ConfirmationFailedException ( ) : System
return System

ConfirmationFailedException() protected method

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

ConfirmationFailedException() public method

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

ConfirmationFailedException() public method

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