C# Class Metanga.SoftwareDevelopmentKit.MetangaAggregateException

Inheritance: Metanga.SoftwareDevelopmentKit.Rest.MetangaException
Afficher le fichier Open project: MetangaSDK/Metanga-RESTful-SDK

Méthodes publiques

Méthode 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

Méthodes protégées

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

This constructor is required for serialization

Method Details

GetObjectData() public méthode

GetObjectData
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

MetangaAggregateException() public méthode

Default constructor
public MetangaAggregateException ( ) : System
Résultat System

MetangaAggregateException() protected méthode

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
Résultat System

MetangaAggregateException() public méthode

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

MetangaAggregateException() public méthode

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
Résultat System

MetangaAggregateException() public méthode

public MetangaAggregateException ( string message, System.Guid errorId, IEnumerable innerErrors ) : System
message string
errorId System.Guid
innerErrors IEnumerable
Résultat System