COMException Constructor
Initializes a new instance of the COMException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | COMException() | Initializes a new instance of the COMException class with default values. |
![]() | COMException(SerializationInfo^, StreamingContext) | Initializes a new instance of the COMException class from serialization data. |
![]() | COMException(String^) | Initializes a new instance of the COMException class with a specified message. |
![]() | COMException(String^, Exception^) | Initializes a new instance of the COMException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() | COMException(String^, Int32) | Initializes a new instance of the COMException class with a specified message and error code. |

