Class LoadFailedException
Inheritance
LoadFailedException
Assembly: Akka.DistributedData.dll
Syntax
public sealed class LoadFailedException : AkkaException, ISerializable
Constructors
|
Improve this Doc
View Source
LoadFailedException(SerializationInfo, StreamingContext)
Declaration
public LoadFailedException(SerializationInfo info, StreamingContext context)
Parameters
|
Improve this Doc
View Source
LoadFailedException(String)
Declaration
public LoadFailedException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
LoadFailedException(String, Exception)
Declaration
public LoadFailedException(string message, Exception cause)
Parameters
Implements
Extension Methods