CodedTypeLoadException Constructor |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| CodedTypeLoadException |
Initializes a new instance of the CodedTypeLoadException class.
| |
| CodedTypeLoadException(Int32) |
Initializes a new instance of the CodedTypeLoadException class with a specified HRESULT value.
| |
| CodedTypeLoadException(String) |
Initializes a new instance of the CodedTypeLoadException class with a specified error message.
| |
| CodedTypeLoadException(Int32, String) |
Initializes a new instance of the CodedTypeLoadException class with a specified HRESULT value and error message.
| |
| CodedTypeLoadException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CodedTypeLoadException class with serialized data.
| |
| CodedTypeLoadException(String, Exception) |
Initializes a new instance of the CodedTypeLoadException class with a specified error message and a reference to the inner exception that is the cause of this exception.
| |
| CodedTypeLoadException(Int32, String, Exception) |
Initializes a new instance of the CodedTypeLoadException class with a specified HRESULT value, error message and a reference to the inner exception that is the cause of this exception.
|