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
VersionCompatibilityException(string?, string?, string?)
public VersionCompatibilityException(string? message, string? expected, string? actual)
Parameters
Properties
Actual
[DataMember]
public string? Actual { get; set; }
Property Value
Expected
[DataMember]
public string? Expected { get; set; }