Class BulkheadRejectedException
Exception thrown when a bulkhead's semaphore and queue are full.
public class BulkheadRejectedException : ExecutionRejectedException, ISerializable
- Inheritance
-
BulkheadRejectedException
- Implements
- Inherited Members
Constructors
BulkheadRejectedException()
Initializes a new instance of the BulkheadRejectedException class.
public BulkheadRejectedException()
BulkheadRejectedException(SerializationInfo, StreamingContext)
Initializes a new instance of the BulkheadRejectedException class.
protected BulkheadRejectedException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe information.
context
StreamingContextThe context.
BulkheadRejectedException(string)
Initializes a new instance of the BulkheadRejectedException class.
public BulkheadRejectedException(string message)
Parameters
message
stringThe message.
BulkheadRejectedException(string, Exception)
Initializes a new instance of the BulkheadRejectedException class.
public BulkheadRejectedException(string message, Exception innerException)