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!

ArrayTypeMismatchException Class

Represents an exception that is thrown when an attempt is made to store an object of the wrong type within an array.

Object
   Exception
      SystemException
         ArrayTypeMismatchException

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

Remarks

The ArrayMismatchException is the exception class that is used when an exception is thrown when the arrays are of different primitive types.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

ArrayTypeMismatchException Members | System Namespace