Click or drag to resize
ApiException Constructor
View Project on GitHub
ApiException.

Namespace: GW2CSharp
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public ApiException(
	string message
)

Parameters

message
Type: SystemString
Message of the Exception.
See Also