DatabaseProjectPersistenceException Class
Exception thrown by the MSBuild persistence support objects
This API is not CLS-compliant.
Inheritance Hierarchy
System..::..Object
System..::..Exception
Microsoft.VisualStudio.Data.Tools.Package.Project..::..DatabaseProjectPersistenceException
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(False)> _
Public Class DatabaseProjectPersistenceException _
Inherits Exception
'Usage
Dim instance As DatabaseProjectPersistenceException
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class DatabaseProjectPersistenceException : Exception
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public ref class DatabaseProjectPersistenceException : public Exception
[<SerializableAttribute>]
[<CLSCompliantAttribute(false)>]
type DatabaseProjectPersistenceException =
class
inherit Exception
end
public class DatabaseProjectPersistenceException extends Exception
The DatabaseProjectPersistenceException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DatabaseProjectPersistenceException() () () () | Initializes a new instance of the DatabaseProjectPersistenceException class. |
![]() |
DatabaseProjectPersistenceException(String) | Initializes a new instance of the DatabaseProjectPersistenceException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() |
DatabaseProjectPersistenceException(SerializationInfo, StreamingContext) | Initializes a new instance of the DatabaseProjectPersistenceException class with serialized data. |
![]() |
DatabaseProjectPersistenceException(String, Exception) | Initializes a new instance of the DatabaseProjectPersistenceException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | (Inherited from Exception.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)