CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class UnsupportedSdkLibraryException

    Exception class that tracks when a CodeFactory library is using an unsupported version of the SDK.

    Inheritance
    object
    Exception
    UnsupportedSdkLibraryException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: CodeFactory
    Assembly: CodeFactory.dll
    Syntax
    public class UnsupportedSdkLibraryException : Exception, ISerializable, _Exception

    Constructors

    | Improve this Doc View Source

    UnsupportedSdkLibraryException(string, string, string, string)

    Creates an instance of the exception UnsupportedSdkLibraryException

    Declaration
    public UnsupportedSdkLibraryException(string assemblyName, string assemblyVersion, string sdkMinVersion, string sdkMaxVersion)
    Parameters
    Type Name Description
    string assemblyName

    Name of the assembly that is not supported.

    string assemblyVersion

    The SDK version that was used to create the assembly.

    string sdkMinVersion

    The minimum supported SDK version.

    string sdkMaxVersion

    The maximum supported SDK version.

    Properties

    | Improve this Doc View Source

    AssemblyName

    The name of the assembly that is was compiled on an unsupported SDK version.

    Declaration
    public string AssemblyName { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    AssemblyVersion

    The assembly SDK version that was used when building the assembly.

    Declaration
    public string AssemblyVersion { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    SdkMaxVersion

    The maximum supported SDK version.

    Declaration
    public string SdkMaxVersion { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    SdkMinVersion

    The minimum supported SDK version.

    Declaration
    public string SdkMinVersion { get; }
    Property Value
    Type Description
    string

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    © CodeFactory, LLC. All rights reserved.