Method | Description | |
---|---|---|
GetObjectData ( |
GetObjectData
|
|
MetangaAggregateException ( ) : System |
Default constructor
|
|
MetangaAggregateException ( string message ) : System |
Creates an exception with an error message
|
|
MetangaAggregateException ( string message, |
Creates an exception with an error message and inner exception
|
|
MetangaAggregateException ( string message, System.Guid errorId, IEnumerable |
|
Method | Description | |
---|---|---|
MetangaAggregateException ( |
This constructor is required for serialization
|
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public MetangaAggregateException ( ) : System | ||
return | System |
protected MetangaAggregateException ( |
||
info | Contains all the data needed to serialize and deserialize an object | |
context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context | |
return | System |
public MetangaAggregateException ( string message ) : System | ||
message | string | The error message that explains the reason for the exception |
return | System |
public MetangaAggregateException ( string message, |
||
message | string | The error message that explains the reason for the exception |
inner | The exception that is the cause of the current exception | |
return | System |
public MetangaAggregateException ( string message, System.Guid errorId, IEnumerable |
||
message | string | |
errorId | System.Guid | |
innerErrors | IEnumerable |
|
return | System |