Table of Contents

Class CommException

Namespace
MarymoorStudios.Core.Rpc
Assembly
MarymoorStudios.Core.Rpc.dll
[DataContract]
public class CommException : Exception, ISerializable
Inheritance
CommException
Implements
Derived
Inherited Members

Constructors

CommException()

public CommException()

CommException(string?)

public CommException(string? message)

Parameters

message string

CommException(string?, Exception?)

public CommException(string? message, Exception? innerException)

Parameters

message string
innerException Exception