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

Inheritance: System.Exception
Exibir arquivo Open project: awhatley/dddsample.net

Public Methods

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

Protected Methods

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

Method Details

CannotCreateHandlingEventException() public method

public CannotCreateHandlingEventException ( ) : System
return System

CannotCreateHandlingEventException() protected method

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

CannotCreateHandlingEventException() public method

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

CannotCreateHandlingEventException() public method

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