Bridge

RankException Class

The exception that is thrown when an array with the wrong number of dimensions is passed to a method.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


<ExternalAttribute> _
<NamespaceAttribute> _
Public Class RankException _
	Inherits Exception _
	Implements IBridgeClass
[ExternalAttribute]
[NamespaceAttribute]
public ref class RankException : public Exception, 
	IBridgeClass

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..RankException