Class SearchError.InvalidArgument
The invalid argument object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class SearchError.InvalidArgument : SearchError
Constructors
View SourceInvalidArgument(string)
Initializes a new instance of the SearchError.InvalidArgument class.
Declaration
public InvalidArgument(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |