C# Class Metanga.SoftwareDevelopmentKit.MetangaAggregateException

Inheritance: Metanga.SoftwareDevelopmentKit.Rest.MetangaException
Show file Open project: MetangaSDK/Metanga-RESTful-SDK

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

GetObjectData

MetangaAggregateException ( ) : System

Default constructor

MetangaAggregateException ( string message ) : System

Creates an exception with an error message

MetangaAggregateException ( string message, Exception inner ) : System

Creates an exception with an error message and inner exception

MetangaAggregateException ( string message, System.Guid errorId, IEnumerable innerErrors ) : System

Protected Methods

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

This constructor is required for serialization

Method Details

GetObjectData() public method

GetObjectData
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

MetangaAggregateException() public method

Default constructor
public MetangaAggregateException ( ) : System
return System

MetangaAggregateException() protected method

This constructor is required for serialization
protected MetangaAggregateException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Contains all the data needed to serialize and deserialize an object
context System.Runtime.Serialization.StreamingContext Describes the source and destination of a given serialized stream, and provides an additional caller-defined context
return System

MetangaAggregateException() public method

Creates an exception with an error message
public MetangaAggregateException ( string message ) : System
message string The error message that explains the reason for the exception
return System

MetangaAggregateException() public method

Creates an exception with an error message and inner exception
public MetangaAggregateException ( string message, Exception inner ) : System
message string The error message that explains the reason for the exception
inner System.Exception The exception that is the cause of the current exception
return System

MetangaAggregateException() public method

public MetangaAggregateException ( string message, System.Guid errorId, IEnumerable innerErrors ) : System
message string
errorId System.Guid
innerErrors IEnumerable
return System