Namespaces

Types in MathNet.Numerics

Type InvalidParameterException

Namespace MathNet.Numerics

Parent NativeInterfaceException

An error occurred calling native provider function.

Constructors

Methods

Properties

Public Constructors

InvalidParameterException()

InvalidParameterException(int parameter)

InvalidParameterException(int parameter, Exception innerException)

Public Methods

bool Equals(object obj)

Exception GetBaseException()

int GetHashCode()

void GetObjectData(SerializationInfo info, StreamingContext context)

Type GetType()

string ToString()

Public Properties

IDictionary Data get;

int HResult get; set;

Exception InnerException get;

string Message get;

string Source get; set;

string StackTrace get;

MethodBase TargetSite get;