Class UasRejectException
This exception is thrown if an operation fails when the current user doesn't have the required UAS grant.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
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
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class UasRejectException : GeneralException, ISerializable, _Exception
Constructors
UasRejectException()
Initializes a new UasRejectException instance.
Declaration
public UasRejectException()
UasRejectException(SerializationInfo, StreamingContext)
Initializes a new UasRejectException instance.
Declaration
protected UasRejectException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | See .NET documentation. |
System.Runtime.Serialization.StreamingContext | context | See .NET documentation. |
UasRejectException(String)
Initializes a new UasRejectException instance.
Declaration
public UasRejectException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
UasRejectException(String, Exception)
Initializes a new UasRejectException instance.
Declaration
public UasRejectException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
System.Exception | innerException | The inner exception. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Implements ISerializable.
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