ParticleAuthenticationExeption Constructor (String) |
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic ParticleAuthenticationExeption(
string message
)
Public Sub New (
message As String
)
public:
ParticleAuthenticationExeption(
String^ message
)
new :
message : string -> ParticleAuthenticationExeption
Parameters
- message
- Type: SystemString
The message.
See Also