Click or drag to resize
RequestResponseAsParticleException Method
Converts the JSon response to a ParticleException

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public ParticleException AsParticleException(
	string message
)

Parameters

message
Type: SystemString
The message.

Return Value

Type: ParticleException

[Missing <returns> documentation for "M:Particle.RequestResponse.AsParticleException(System.String)"]

See Also