[SerializableAttribute]
[ComVisibleAttribute(true)]
[GuidAttribute("6B8F457E-29D6-463D-841B-85C85A8E6A1F")]
public class ValueNotSetException : DriverException<SerializableAttribute>
<ComVisibleAttribute(true)>
<GuidAttribute("6B8F457E-29D6-463D-841B-85C85A8E6A1F")>
Public Class ValueNotSetException
Inherits DriverExceptionIf you need to throw this error as a COM exception use the error number: 0x80040402.
| ValueNotSetException | Added to keep Code Analysis happy |
| ValueNotSetException(String) | Create a new exception object and identify the specified driver property or method as the source. |
| ValueNotSetException(String, Exception) | Create a new exception object and identify the specified driver property as the source, and include an inner exception object containing a caught exception. |
| Number |
The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException) |
| PropertyOrMethod | The property/accessor or method that has no value |
| ErrorCode |
Extension method to get the Alpaca Error Code for an Exception. Returns UnspecifiedError if it cannot find a better code
(Defined by ExceptionHelpers) |