C# Class DomainDrivenDelivery.Domain.Model.Handling.CannotCreateHandlingEventException

Inheritance: System.Exception
Afficher le fichier Open project: awhatley/dddsample.net

Méthodes publiques

Méthode Description
CannotCreateHandlingEventException ( ) : System
CannotCreateHandlingEventException ( string message ) : System
CannotCreateHandlingEventException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
CannotCreateHandlingEventException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CannotCreateHandlingEventException() public méthode

public CannotCreateHandlingEventException ( ) : System
Résultat System

CannotCreateHandlingEventException() protected méthode

protected CannotCreateHandlingEventException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

CannotCreateHandlingEventException() public méthode

public CannotCreateHandlingEventException ( string message ) : System
message string
Résultat System

CannotCreateHandlingEventException() public méthode

public CannotCreateHandlingEventException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System