| Overload | Description | 
|---|---|
| SimulatedCOMException Constructor() | Initializes a new instance of the class with default values. | 
| SimulatedCOMException Constructor(String) | Initializes a new instance of the class with a specified message. | 
| SimulatedCOMException Constructor(String,Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. | 
| SimulatedCOMException Constructor(String,Int32) | Initializes a new instance of the class with a specified message and error code. | 
| SimulatedCOMException Constructor(String,Int32,XmlQualifiedName2) | Initializes a new instance of the class with a specified message, error code and qualified name. | 
| SimulatedCOMException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class from serialization data. | 
