PubSubException Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| PubSubException Constructor() | Initializes a new PubSubException instance. |
| PubSubException Constructor(String) | Initializes a new PubSubException instance with a specified error message. |
| PubSubException Constructor(SerializationInfo,StreamingContext) | Initializes a new PubSubException instance with serialized data. |
| PubSubException Constructor(String,Exception) | Initializes a new PubSubException instance with a specified error message and a reference to the inner exception that is the cause of this exception. |