Method | Description | |
---|---|---|
ConsumerClosedException ( ) : System | ||
ConsumerClosedException ( string message ) : System | ||
ConsumerClosedException ( string message, |
||
ConsumerClosedException ( string message, string errorCode ) : System | ||
ConsumerClosedException ( string message, string errorCode, |
Method | Description | |
---|---|---|
ConsumerClosedException ( System info, System context ) : System |
Initializes a new instance of the ConsumerClosedException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
|
protected ConsumerClosedException ( System info, System context ) : System | ||
info | System | The SerializationInfo that holds the serialized object data about the exception being thrown. |
context | System | The StreamingContext that contains contextual information about the source or destination. |
return | System |
public ConsumerClosedException ( string message ) : System | ||
message | string | |
return | System |
public ConsumerClosedException ( string message, |
||
message | string | |
innerException | ||
return | System |
public ConsumerClosedException ( string message, string errorCode ) : System | ||
message | string | |
errorCode | string | |
return | System |
public ConsumerClosedException ( string message, string errorCode, |
||
message | string | |
errorCode | string | |
innerException | ||
return | System |