NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RankException Class

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

Object
   Exception
      SystemException
         RankException

[Visual Basic]
Public Class RankException
   Inherits SystemException
[C#]
public class RankException : SystemException
[C++]
public __gc class RankException : public SystemException
[JScript]
public class RankException extends SystemException

Remarks

The RankException is the exception class that is thrown when methods are passed arrays with the wrong numer od dimensions.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

RankException Members | System Namespace