Click or drag to resize
FloatMatrixNotSquareException Class
A MemberAccessException to indicate that a requested operation requires a square FloatMatrix.
Inheritance Hierarchy

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class NotSquareException : MemberAccessException

The FloatMatrixNotSquareException type exposes the following members.

Constructors
  NameDescription
Public methodFloatMatrixNotSquareException
Initializes a new instance of the FloatMatrixNotSquareException class.
Top
See Also