C# Class Akka.Remote.EndpointException

INTERNAL API
Inheritance: Akka.Actor.AkkaException
Mostrar archivo Open project: rogeralsing/akka.net

Public Methods

Method Description
EndpointException ( string msg, Exception cause = null ) : System

Protected Methods

Method Description
EndpointException ( SerializationInfo info, StreamingContext context ) : System

Method Details

EndpointException() protected method

protected EndpointException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

EndpointException() public method

public EndpointException ( string msg, Exception cause = null ) : System
msg string
cause System.Exception
return System