System.Runtime.InteropServices.SafeArrayTypeMismatchException Class

The exception thrown when the type of the incoming SAFEARRAY does not match the type specified in the managed signature.

See Also: SafeArrayTypeMismatchException Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class SafeArrayTypeMismatchException : SystemException

Remarks

SafeArrayTypeMismatchException uses the HRESULT COR_E_SAFEARRAYTYPEMISMATCH which has the value 0x80131533.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0