Click or drag to resize
ParticleAuthenticationExeption Constructor (String, Exception)
Initializes a new instance of the ParticleAuthenticationExeption class.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public ParticleAuthenticationExeption(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message.
innerException
Type: SystemException
The inner exception.
See Also