| ParkedException Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: ASCOM
 Syntax
SyntaxThe ParkedException type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ParkedException | 
            Initializes a new instance of the ParkedException class
            using default error text and error codes.
             | 
|  | ParkedException(Exception) | 
            Initializes a new instance of the ParkedException class
            with a caught (inner) exception.
             | 
|  | ParkedException(String) | 
            Create a new exception
             | 
|  | ParkedException(String, Exception) | 
            Create a new exception
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Number | 
            The COM error code for this exception (hex 80040400 - 800404FF)
            (Inherited from DriverException.) | 
 Remarks
RemarksIf you need to throw this error as a COM exception use the error number: 0x80040408.
 See Also
See Also