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