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