C# Class Oditel.Cirqus.Models.BaseContext.Exceptions.CreationFailedException

Inheritance: ActionFailedException
Show file Open project: SamuelDebruyn/AD5-Cirqus-demo

Public Methods

Method Description
CreationFailedException ( System.Guid id, Type type ) : System

Protected Methods

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

Method Details

CreationFailedException() public method

public CreationFailedException ( System.Guid id, Type type ) : System
id System.Guid
type System.Type
return System

CreationFailedException() protected method

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