This documentation is archived and is not being maintained.
TypeUnloadedException Constructor
Visual Studio 2010
Initializes new instance of the TypeUnloadedException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TypeUnloadedException() | Initializes a new instance of the TypeUnloadedException class. |
|
TypeUnloadedException(String) | Initializes a new instance of the TypeUnloadedException class with a specified error message. |
|
TypeUnloadedException(SerializationInfo, StreamingContext) | Initializes a new instance of the TypeUnloadedException class with serialized data. |
|
TypeUnloadedException(String, Exception) | Initializes a new instance of the TypeUnloadedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Show: