Namespaces

Types

Type AggregateException

Namespace MathNet.Numerics.Threading

Parent Exception

Represents multiple errors that occur during application execution.

Methods

Properties

Public instance methods

Exception GetBaseException()

Parameters
return Exception

void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters
SerializationInfo info
StreamingContext context

Public properties

IDictionary Data get;

return IDictionary

Exception InnerException get;

return Exception

ReadOnlyCollection<Exception> InnerExceptions get;

Gets a read-only collection of the Exception instances that caused the current exception.
return ReadOnlyCollection<Exception>
Value:

string Message get;

return string

string Source get; set;

return string

string StackTrace get;

return string

MethodBase TargetSite get;

return MethodBase