GlimpseException Constructor (String, Exception) | Glimpse API Documentation |
Initializes a new instance of the GlimpseException class.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- message
- Type: System String
The message.
- innerException
- Type: System Exception
The inner exception.
See Also