Search Results for

    Show / Hide Table of Contents

    Class ResourceHeldException

    This exception is thrown if a request for masterhip for a specific resource fails because the resource is held by another client

    Inheritance
    System.Object
    System.Exception
    BaseException
    GeneralException
    GenericControllerException
    ResourceHeldException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    GeneralException.Message
    BaseException.ExtendedErrorInformation
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetType()
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class ResourceHeldException : GenericControllerException, ISerializable, _Exception

    Constructors

    ResourceHeldException(SerializationInfo, StreamingContext)

    Initializes a new MasterReject instance.

    Declaration
    protected ResourceHeldException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    See .NET documentation.

    System.Runtime.Serialization.StreamingContext context

    See .NET documentation.

    ResourceHeldException(String)

    Declaration
    public ResourceHeldException(string message)
    Parameters
    Type Name Description
    System.String message

    ResourceHeldException(String, Exception)

    Initializes a new MasterReject instance.

    Declaration
    public ResourceHeldException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The message.

    System.Exception innerException

    The inner exception.

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Implements ISerializable.

    Declaration
    public override void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    See .NET documentation.

    System.Runtime.Serialization.StreamingContext context

    See .NET documentation.

    Overrides
    BaseException.GetObjectData(SerializationInfo, StreamingContext)

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    In This Article
    Back to top Copyright © 2025 ABB