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