RequestResponseAsParticleException Method |
Converts the JSon response to a ParticleException
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic ParticleException AsParticleException(
string message
)
Public Function AsParticleException (
message As String
) As ParticleException
public:
ParticleException^ AsParticleException(
String^ message
)
member AsParticleException :
message : string -> ParticleException
Parameters
- message
- Type: SystemString
The message.
Return Value
Type:
ParticleException[Missing <returns> documentation for "M:Particle.RequestResponse.AsParticleException(System.String)"]
See Also