Class RapidException
Base exception for Rapid operations.
Inherited Members
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class RapidException : BaseException, ISerializable, _Exception
Constructors
View SourceRapidException()
Initializes a new instance of the RapidException class.
Declaration
public RapidException()
RapidException(SerializationInfo, StreamingContext)
Initializes a new instance of the RapidException class.
Declaration
protected RapidException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | See .NET documentation. |
| StreamingContext | context | See .NET documentation. |
RapidException(string)
Initializes a new instance of the RapidException class.
Declaration
public RapidException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
RapidException(string, Exception)
Initializes a new instance of the RapidException class.
Declaration
public RapidException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
| Exception | innerException | The inner exception. |