| 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
 Syntax
Syntaxpublic InvalidOAuthClientException(
	string message
)
Public Sub New ( 
	message As String
)
public:
InvalidOAuthClientException(
	String^ message
)
new : 
        message : string -> InvalidOAuthClientExceptionParameters
- message
- Type: SystemString
 the Message
 See Also
See Also