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