GlimpseException Constructor (String, Exception)

Glimpse API

GlimpseException Constructor (String, Exception) Glimpse API Documentation
Initializes a new instance of the GlimpseException class.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public GlimpseException(
	string message,
	Exception innerException
)
public GlimpseException(
	string message,
	Exception innerException
)

Parameters

message
Type: OnlineSystem String
The message.
innerException
Type: OnlineSystem Exception
The inner exception.
See Also