| UnauthorizedOperationException(String, Exception) Constructor |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public UnauthorizedOperationException(
string? message,
Exception? innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Dim message As String
Dim innerException As Exception
Dim instance As New UnauthorizedOperationException(message,
innerException)
public:
UnauthorizedOperationException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> UnauthorizedOperationException
Parameters
- message String
[Missing <param name="message"/> documentation for "M:WikiClientLibrary.UnauthorizedOperationException.#ctor(System.String,System.Exception)"]
- innerException Exception
[Missing <param name="innerException"/> documentation for "M:WikiClientLibrary.UnauthorizedOperationException.#ctor(System.String,System.Exception)"]
See Also