Table of Contents

Class RemotedException

Namespace
MarymoorStudios.Core.Rpc
Assembly
MarymoorStudios.Core.Rpc.dll

An exception that was transmitted across a MarymoorStudios.Core.Rpc.CommChannel.

[DataContract]
public class RemotedException : Exception, ISerializable
Inheritance
RemotedException
Implements
Inherited Members

Constructors

RemotedException()

public RemotedException()

RemotedException(string?)

public RemotedException(string? message)

Parameters

message string

RemotedException(string?, Exception?)

public RemotedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception