Share via


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

.NET Framework Security

See Also

Reference

VssPropertyValidationException Class

VssPropertyValidationException Overload

Microsoft.VisualStudio.Services.Common Namespace