InvalidOAuthClientException Constructor |  |
Constructor.
Namespace:
Smartsheet.Api.OAuth
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntaxpublic InvalidOAuthClientException(
string message
)
Public Sub New (
message As String
)
public:
InvalidOAuthClientException(
String^ message
)
new :
message : string -> InvalidOAuthClientException
Parameters
- message
- Type: System.String
the Message
See Also