Class NormalShutdownException
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public class NormalShutdownException : IllegalStateException, ISerializable
Constructors
| Improve this Doc View SourceNormalShutdownException(SerializationInfo, StreamingContext)
Initializes a new instance of the NormalShutdownException class.
Declaration
protected NormalShutdownException(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. |
NormalShutdownException(String)
Initializes a new instance of the NormalShutdownException class.
Declaration
public NormalShutdownException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |