Konstruktor InternalSmoErrorException (String, Exception)
Inicjuje nowe wystąpienie InternalSmoErrorException klasy z określonym komunikatem i wewnętrzny wyjątek.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Użycie
Dim message As String
Dim innerException As Exception
Dim instance As New InternalSmoErrorException(message, _
innerException)
public InternalSmoErrorException(
string message,
Exception innerException
)
public:
InternalSmoErrorException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> InternalSmoErrorException
public function InternalSmoErrorException(
message : String,
innerException : Exception
)
Parametry
- message
Typ: System.String
A Boolean wartość, która określa ciąg wiadomości wyjątek wewnętrzny błąd SMO.
- innerException
Typ: System.Exception
Exception Obiekt, który określa wyjątek wewnętrzny wyjątek wewnętrzny błąd SMO.