Class SubscriptionTimeoutException
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public class SubscriptionTimeoutException : Exception, ISerializable
Constructors
| Improve this Doc View SourceSubscriptionTimeoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the SubscriptionTimeoutException class.
Declaration
protected SubscriptionTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
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. |
SubscriptionTimeoutException(String)
Initializes a new instance of the SubscriptionTimeoutException class.
Declaration
public SubscriptionTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
SubscriptionTimeoutException(String, Exception)
Initializes a new instance of the SubscriptionTimeoutException class.
Declaration
public SubscriptionTimeoutException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The error message that explains the reason for the exception. |
Exception | innerException | The exception that is the cause of the current exception. |