TopicOverloadException Constructor
TopicOverloadException()
Initializes a new instance of the TopicOverloadException class.
Declaration
public TopicOverloadException()
TopicOverloadException(string)
Initializes a new instance of the TopicOverloadException class with a specified error message.
Declaration
public TopicOverloadException(string message)
Parameters
string | message | The message that describes the error. |
TopicOverloadException(Exception)
Initializes a new instance of the TopicOverloadException class with a reference to the inner exception that is the cause of this exception.
Declaration
public TopicOverloadException(Exception innerException)
Parameters
Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |
TopicOverloadException(string, Exception)
Initializes a new instance of the TopicOverloadException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public TopicOverloadException(string message, Exception innerException)
Parameters
string | message | The message that describes the error. |
Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |
TopicOverloadException(SerializationInfo, StreamingContext)
Initializes a new instance of the TopicOverloadException class with serialized data.
Declaration
protected TopicOverloadException(SerializationInfo info, StreamingContext context)
Parameters
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |