InvalidArgumentValueException Constructor (String, String, Exception)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
paramName As String, _
innerException As Exception _
)
public InvalidArgumentValueException(
string message,
string paramName,
Exception innerException
)
public:
InvalidArgumentValueException(
String^ message,
String^ paramName,
Exception^ innerException
)
new :
message:string *
paramName:string *
innerException:Exception -> InvalidArgumentValueException
public function InvalidArgumentValueException(
message : String,
paramName : String,
innerException : Exception
)
Parameters
- message
Type: System.String
- paramName
Type: System.String
- innerException
Type: System.Exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InvalidArgumentValueException Class