Class AggregationException
Inheritance
AggregationException
Assembly: Glitch9.IO.dll
Syntax
public sealed class AggregationException : StreamingException, ISerializable
Constructors
|
Edit this page
View Source
AggregationException(string)
Declaration
public AggregationException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
|
Edit this page
View Source
AggregationException(string, Exception)
Declaration
public AggregationException(string message, Exception inner)
Parameters
Implements
Extension Methods