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!

MissingMemberException Class

Represents an exception that helps handle versioning problems with DLLs.

Object
   Exception
      SystemException
         AccessException
            MissingMemberException

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

Remarks

The MissingMemberException is the exception class that handles dynamic-link library(dll) versioning problems.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

MissingMemberException Members | System Namespace