PubSubBuffer.PubSubBufferException Constructor(String,Exception)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new PubSubBuffer.PubSubBufferException instance with a specified error message and a reference to the inner exception that is the cause of this exception.
public PubSubBuffer.PubSubBufferException(
string message,
Exception innerException
)
public:
PubSubBuffer.PubSubBufferException(
String^ message,
Exception^ innerException
)
Parameters
- message
- A message that describes the error.
- innerException
- The inner exception reference.