InvalidPropertyException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| InvalidPropertyException(String) | |
| InvalidPropertyException(String, Exception) | |
| InvalidPropertyException(String, String) |
InvalidPropertyException(String)
public InvalidPropertyException(string message);
new Microsoft.TeamFoundation.TestManagement.WebApi.InvalidPropertyException : string -> Microsoft.TeamFoundation.TestManagement.WebApi.InvalidPropertyException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
InvalidPropertyException(String, Exception)
public InvalidPropertyException(string message, Exception ex);
new Microsoft.TeamFoundation.TestManagement.WebApi.InvalidPropertyException : string * Exception -> Microsoft.TeamFoundation.TestManagement.WebApi.InvalidPropertyException
Public Sub New (message As String, ex As Exception)
Parameters
- message
- String
- ex
- Exception
Applies to
InvalidPropertyException(String, String)
public InvalidPropertyException(string property, string message);
new Microsoft.TeamFoundation.TestManagement.WebApi.InvalidPropertyException : string * string -> Microsoft.TeamFoundation.TestManagement.WebApi.InvalidPropertyException
Public Sub New (property As String, message As String)
Parameters
- property
- String
- message
- String