Share via


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

Parameters

  • message
    Type: System.String
    The error message that explains the reason for the exception.
  • innerException
    Type: System.Exception
    The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

.NET Framework Security

See Also

Reference

DatabaseProjectPropertySetFailedException Class

DatabaseProjectPropertySetFailedException Overload

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