Class MaterializationException
This exception or subtypes thereof should be used to signal materialization failures.
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class MaterializationException : Exception, ISerializable
Constructors
| Improve this Doc View SourceMaterializationException(SerializationInfo, StreamingContext)
Initializes a new instance of the MaterializationException class.
Declaration
protected MaterializationException(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. |
MaterializationException(String, Exception)
Initializes a new instance of the MaterializationException class.
Declaration
public MaterializationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | innerException | The exception that is the cause of the current exception. |