 | MediaWikiRemoteExceptionErrorClass Property |
This is preliminary documentation and is subject to change.
PHP class name of the error.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic virtual string? ErrorClass { get; }
Public Overridable ReadOnly Property ErrorClass As String
Get
Dim instance As MediaWikiRemoteException
Dim value As String
value = instance.ErrorClass
public:
virtual property String^ ErrorClass {
String^ get ();
}
abstract ErrorClass : string with get
override ErrorClass : string with get
Property Value
String
See Also