Class ModeRejectException
This exception is throw in a operation fails due to the current mode of the controller, ie a user tried to perform a operation that isn't supported in current mode.
Inherited Members
Namespace: ABB.Robotics
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class ModeRejectException : GeneralException, ISerializable, _Exception
Constructors
View SourceModeRejectException()
Initializes a new ModeRejectException instance.
Declaration
public ModeRejectException()
ModeRejectException(SerializationInfo, StreamingContext)
Initializes a new ModeRejectException instance.
Declaration
protected ModeRejectException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | See .NET documentation. |
| StreamingContext | context | See .NET documentation. |
ModeRejectException(string)
Initializes a new ModeRejectException instance.
Declaration
public ModeRejectException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The Message. |
ModeRejectException(string, Exception)
Initializes a new ModeRejectException instance.
Declaration
public ModeRejectException(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. |