 | UnauthorizedOperationException(OperationFailedException) Constructor |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic UnauthorizedOperationException(
OperationFailedException ex
)
Public Sub New (
ex As OperationFailedException
)
Dim ex As OperationFailedException
Dim instance As New UnauthorizedOperationException(ex)
public:
UnauthorizedOperationException(
OperationFailedException^ ex
)
new :
ex : OperationFailedException -> UnauthorizedOperationException
Parameters
- ex OperationFailedException
[Missing <param name="ex"/> documentation for "M:WikiClientLibrary.UnauthorizedOperationException.#ctor(WikiClientLibrary.OperationFailedException)"]
See Also