Class RapidSymbolNotFoundException
Thrown when a rapid symbol is missing.
Implements
Inherited Members
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class RapidSymbolNotFoundException : BaseException, ISerializable
Constructors
View SourceRapidSymbolNotFoundException()
Initializes a new instance of the RapidSymbolNotFoundException class.
Declaration
public RapidSymbolNotFoundException()
RapidSymbolNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the RapidSymbolNotFoundException class.
Declaration
protected RapidSymbolNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | See .NET documentation. |
| StreamingContext | context | See .NET documentation. |
RapidSymbolNotFoundException(string)
Initializes a new instance of the RapidSymbolNotFoundException class.
Declaration
public RapidSymbolNotFoundException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
RapidSymbolNotFoundException(string, Exception)
Initializes a new instance of the RapidSymbolNotFoundException class.
Declaration
public RapidSymbolNotFoundException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
| Exception | innerException | The inner exception. |
RapidSymbolNotFoundException(string, string)
Initializes a new instance of the RapidSymbolNotFoundException class.
Declaration
public RapidSymbolNotFoundException(string message, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
| string | name | The name. |
Properties
View SourceName
Gets the name of the missing symbol.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
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. |