IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Meta.Numerics.DimensionMismatchException Class Reference

The exception that is thrown when attempting an operation on objects with incompatible dimensions. More...

+ Inheritance diagram for Meta.Numerics.DimensionMismatchException:
+ Collaboration diagram for Meta.Numerics.DimensionMismatchException:

Public Member Functions

 DimensionMismatchException ()
 Initializes a new dimension mismatch exception. More...
 
 DimensionMismatchException (String message)
 Inititalizes a new dimension mismatch exception with the given exception message. More...
 
 DimensionMismatchException (String message, Exception innerException)
 Initializes a new dimension mismatch exception with the given exception message and inner exception. More...
 

Protected Member Functions

 DimensionMismatchException (SerializationInfo info, StreamingContext context)
 Initalizes a new dimension mismatch exception with the given serialization information and streaming context. More...
 

Detailed Description

The exception that is thrown when attempting an operation on objects with incompatible dimensions.

Constructor & Destructor Documentation

Meta.Numerics.DimensionMismatchException.DimensionMismatchException ( )
inline

Initializes a new dimension mismatch exception.

Meta.Numerics.DimensionMismatchException.DimensionMismatchException ( String  message)
inline

Inititalizes a new dimension mismatch exception with the given exception message.

Parameters
messageThe exception message.
Meta.Numerics.DimensionMismatchException.DimensionMismatchException ( String  message,
Exception  innerException 
)
inline

Initializes a new dimension mismatch exception with the given exception message and inner exception.

Parameters
messageThe exeption message.
innerExceptionThe inner exception.
Meta.Numerics.DimensionMismatchException.DimensionMismatchException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

Initalizes a new dimension mismatch exception with the given serialization information and streaming context.

Parameters
infoThe serialization information.
contextThe streaming context.

The documentation for this class was generated from the following file: