Profile(Boolean) Constructor |
Create a new profile object ignoring profile not found exceptions if generated
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic Profile(
bool IgnoreExceptions
)
Public Sub New (
IgnoreExceptions As Boolean
)
public:
Profile(
bool IgnoreExceptions
)
Parameters
- IgnoreExceptions Boolean
- Ignore ProfileNotFound exceptions
See Also