Class RapidSymbolNotFoundException
Thrown when a rapid symbol is missing.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
[Obsolete("Use corresponding type in RapidDomain instead", true)]
public class RapidSymbolNotFoundException : BaseException, ISerializable, _Exception
Constructors
RapidSymbolNotFoundException()
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 |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
RapidSymbolNotFoundException(String)
Initializes a new instance of the RapidSymbolNotFoundException class.
Declaration
public RapidSymbolNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.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 |
---|---|---|
System.String | message | The message. |
System.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 |
---|---|---|
System.String | message | The message. |
System.String | name | The name. |
Properties
Name
Gets the name of the missing symbol.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetObjectData(SerializationInfo, StreamingContext)
See .NET documentation.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
Overrides
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception