Share via


DatabaseProjectPropertySetFailedException Constructor (String, String, String, Exception)

Initializes a new instance of the DatabaseProjectPropertySetFailedException class.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Sub New ( _
    propertyName As String, _
    oldValue As String, _
    newValue As String, _
    innerException As Exception _
)
public DatabaseProjectPropertySetFailedException(
    string propertyName,
    string oldValue,
    string newValue,
    Exception innerException
)
public:
DatabaseProjectPropertySetFailedException(
    String^ propertyName, 
    String^ oldValue, 
    String^ newValue, 
    Exception^ innerException
)
new : 
        propertyName:string * 
        oldValue:string * 
        newValue:string * 
        innerException:Exception -> DatabaseProjectPropertySetFailedException
public function DatabaseProjectPropertySetFailedException(
    propertyName : String, 
    oldValue : String, 
    newValue : String, 
    innerException : Exception
)

Parameters

  • propertyName
    Type: System.String
    The name of the property that could not be set.
  • oldValue
    Type: System.String
    The value from which it tried to change.
  • newValue
    Type: System.String
    The value to which it tried to change.

.NET Framework Security

See Also

Reference

DatabaseProjectPropertySetFailedException Class

DatabaseProjectPropertySetFailedException Overload

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace