Search Results for

    Show / Hide Table of Contents

    Class MasterRejectException

    This exception is thrown if an operation fails when the caller doesn't have the required mastership privilege.

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

    Constructors

    View Source

    MasterRejectException()

    Initializes a new MasterReject instance.

    Declaration
    public MasterRejectException()
    View Source

    MasterRejectException(SerializationInfo, StreamingContext)

    Initializes a new MasterReject instance.

    Declaration
    protected MasterRejectException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    View Source

    MasterRejectException(string)

    Initializes a new MasterReject instance.

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

    The message.

    View Source

    MasterRejectException(string, Exception)

    Initializes a new MasterReject instance.

    Declaration
    public MasterRejectException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The message.

    Exception innerException

    The inner exception.

    Methods

    View Source

    GetObjectData(SerializationInfo, StreamingContext)

    Implements ISerializable.

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

    See .NET documentation.

    StreamingContext context

    See .NET documentation.

    Overrides
    BaseException.GetObjectData(SerializationInfo, StreamingContext)

    Implements

    ISerializable
    _Exception
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics