Table of Contents

Class VersionCompatibilityException

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

The operation could not be performed due to a version incompatibility.

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

Remarks

The version of the operation was incompatible with the request.

Constructors

VersionCompatibilityException()

public VersionCompatibilityException()

VersionCompatibilityException(string?)

public VersionCompatibilityException(string? message)

Parameters

message string

VersionCompatibilityException(string?, Exception?)

public VersionCompatibilityException(string? message, Exception? inner)

Parameters

message string
inner Exception

VersionCompatibilityException(string?, string?, string?)

public VersionCompatibilityException(string? message, string? expected, string? actual)

Parameters

message string
expected string
actual string

Properties

Actual

[DataMember]
public string? Actual { get; set; }

Property Value

string

Expected

[DataMember]
public string? Expected { get; set; }

Property Value

string