Show / Hide Table of Contents

Class UnsupportedAPIVersionException

Exception thrown when the version of a request is a version not supported by the targeted server.

Inheritance
System.Object
System.Exception
APIException
UnsupportedAPIVersionException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
APIException.APIErrorCodeDescription(APIException.APIErrorCodes_Enum)
APIException.ConvertToAPIErrorCode(String, APIException.APIErrorCodes_Enum)
APIException.APIErrorCode
APIException.OriginalDocument
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class UnsupportedAPIVersionException : APIException, ISerializable, _Exception

Properties

SupportedVersions

Versions listed as supported in the exception returned by the server.

Declaration
public List<ServerAPIVersion> SupportedVersions { get; }
Property Value
Type Description
System.Collections.Generic.List<ServerAPIVersion>

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Back to top Generated by DocFX