VssPropertyValidationException Constructor (String, String, Exception)
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, _
innerException As Exception _
)
public VssPropertyValidationException(
string propertyName,
string message,
Exception innerException
)
public:
VssPropertyValidationException(
String^ propertyName,
String^ message,
Exception^ innerException
)
new :
propertyName:string *
message:string *
innerException:Exception -> VssPropertyValidationException
public function VssPropertyValidationException(
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
VssPropertyValidationException Class