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.
- innerException
Type: System.Exception
The original exception, or null.
.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
DatabaseProjectPropertySetFailedException Class
DatabaseProjectPropertySetFailedException Overload
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace