C# Класс Metanga.SoftwareDevelopmentKit.MetangaAggregateException

Наследование: Metanga.SoftwareDevelopmentKit.Rest.MetangaException
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
MetangaAggregateException ( SerializationInfo info, StreamingContext context ) : System

This constructor is required for serialization

Описание методов

GetObjectData() публичный Метод

GetObjectData
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат void

MetangaAggregateException() публичный Метод

Default constructor
public MetangaAggregateException ( ) : System
Результат System

MetangaAggregateException() защищенный Метод

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
Результат System

MetangaAggregateException() публичный Метод

Creates an exception with an error message
public MetangaAggregateException ( string message ) : System
message string The error message that explains the reason for the exception
Результат System

MetangaAggregateException() публичный Метод

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
Результат System

MetangaAggregateException() публичный Метод

public MetangaAggregateException ( string message, System.Guid errorId, IEnumerable innerErrors ) : System
message string
errorId System.Guid
innerErrors IEnumerable
Результат System