ParticleException Constructor (String, HttpStatusCode, String, String) |
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic ParticleException(
string message,
HttpStatusCode code,
string error,
string errorDescription
)
Public Sub New (
message As String,
code As HttpStatusCode,
error As String,
errorDescription As String
)
public:
ParticleException(
String^ message,
HttpStatusCode code,
String^ error,
String^ errorDescription
)
new :
message : string *
code : HttpStatusCode *
error : string *
errorDescription : string -> ParticleException
Parameters
- message
- Type: SystemString
The message. - code
- Type: System.NetHttpStatusCode
The code. - error
- Type: SystemString
The error. - errorDescription
- Type: SystemString
The error description.
See Also