Class MasterRejectException
This exception is thrown if an operation fails when the caller doesn't have the required mastership privilege.
Inherited Members
Namespace: ABB.Robotics
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class MasterRejectException : GeneralException, ISerializable, _Exception
Constructors
View SourceMasterRejectException()
Initializes a new MasterReject instance.
Declaration
public MasterRejectException()
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. |
MasterRejectException(string)
Initializes a new MasterReject instance.
Declaration
public MasterRejectException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
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 SourceGetObjectData(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. |