Show / Hide Table of Contents

    Class LinkerException

    Thrown when the Linker is not able to find the version requested or detects a problem with using that version.

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

    Constructors

    LinkerException(string)

    Create a new LinkerException

    Declaration
    public LinkerException(string message)
    Parameters
    Type Name Description
    string message

    Implements

    ISerializable
    Back to top