Class RapidException
Base exception for Rapid operations.
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.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class RapidException : BaseException, ISerializable, _Exception
Constructors
RapidException()
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 |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
RapidException(String)
Initializes a new instance of the RapidException class.
Declaration
public RapidException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.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 |
---|---|---|
System.String | message | The message. |
System.Exception | innerException | The inner exception. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception