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