[SerializableAttribute]
public class SlavedException : DriverException<SerializableAttribute>
Public Class SlavedException
Inherits DriverException[SerializableAttribute]
public ref class SlavedException : public DriverExceptionIf you need to throw this error as a COM exception use the error number: 0x80040409.
| SlavedException | Initializes a new instance of the SlavedException class. |
| SlavedException(Exception) | Initializes a new instance of the SlavedException class with a caught (inner) exception. |
| SlavedException(String) | Create a new exception |
| SlavedException(String, Exception) | Create a new exception |
| Number |
The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException) |