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!

TypeUnloadedException Class

Represents an exception that is thrown when there is an attempt to access an unloaded class.

Object
   Exception
      SystemException
         TypeUnloadedException

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

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

Example

The TypeUnloadedException is an exception class for attempts to access an unloaded class.

See Also

TypeUnloadedException Members | System Namespace