| InvalidRequestException Constructor  |  | 
 
            Constructor.
            
 
    Namespace: 
   Smartsheet.Api
    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 InvalidRequestException(
	Error error
)
Public Sub New ( 
	error As Error
)
public:
InvalidRequestException(
	Error^ error
)
new : 
        error : Error -> InvalidRequestExceptionParameters
- error
- Type: Smartsheet.Api.ModelsError
 the Error object from Smartsheet REST API
 See Also
See Also