Construtor InvalidaDatabaseStateException (String)
Initializes a new instance of the InvalidDatabaseStateException class that has the specified message text.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New InvalidaDatabaseStateException(message)
public InvalidaDatabaseStateException(
string message
)
public:
InvalidaDatabaseStateException(
String^ message
)
new :
message:string -> InvalidaDatabaseStateException
public function InvalidaDatabaseStateException(
message : String
)
Parâmetros
- message
Tipo: System. . :: . .String
A String value that specifies the message text describing the event that caused the exception.