Class RapidTaskNotFoundException
Thrown when a task is missing.
Implements
Inherited Members
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class RapidTaskNotFoundException : BaseException, ISerializable
Constructors
View SourceRapidTaskNotFoundException()
Initializes a new instance of the RapidTaskNotFoundException class.
Declaration
public RapidTaskNotFoundException()
RapidTaskNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the RapidTaskNotFoundException class.
Declaration
protected RapidTaskNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | See .NET documentation. |
| StreamingContext | context | See .NET documentation. |
RapidTaskNotFoundException(string)
Initializes a new instance of the RapidTaskNotFoundException class.
Declaration
public RapidTaskNotFoundException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
RapidTaskNotFoundException(string, Exception)
Initializes a new instance of the RapidTaskNotFoundException class.
Declaration
public RapidTaskNotFoundException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
| Exception | innerException | The inner exception. |
RapidTaskNotFoundException(string, string)
Initializes a new instance of the RapidTaskNotFoundException class.
Declaration
public RapidTaskNotFoundException(string name, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
| string | message | The message. |
Properties
View SourceName
Gets the name of rapid task.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The name of rapid task . |
Methods
View SourceGetObjectData(SerializationInfo, StreamingContext)
See .NET documentation.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | See .NET documentation. |
| StreamingContext | context | See .NET documentation. |