  | WikiaApiExceptionErrorMessage Property | 
This is preliminary documentation and is subject to change.
Wikia Exception message.
Namespace: WikiClientLibrary.WikiaAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string ErrorMessage { get; }Public ReadOnly Property ErrorMessage As String
	Get
Dim instance As WikiaApiException
Dim value As String
value = instance.ErrorMessage
public:
property String^ ErrorMessage {
	String^ get ();
}member ErrorMessage : string with get
Property Value
String
See Also