TeamFoundationPropertyValidationException Constructor (String, String, Exception)
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
message As String, _
innerException As Exception _
)
public TeamFoundationPropertyValidationException(
string propertyName,
string message,
Exception innerException
)
public:
TeamFoundationPropertyValidationException(
String^ propertyName,
String^ message,
Exception^ innerException
)
new :
propertyName:string *
message:string *
innerException:Exception -> TeamFoundationPropertyValidationException
public function TeamFoundationPropertyValidationException(
propertyName : String,
message : String,
innerException : Exception
)
Parameters
- propertyName
Type: System.String
- message
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
TeamFoundationPropertyValidationException Class