Konstruktor InternalEnumeratorException (String, Exception)
Inicjuje nowe wystąpienie InternalEnumeratorException klasy z określonym komunikatem i parametr element innerexception. Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Użycie
Dim message As String
Dim innerException As Exception
Dim instance As New InternalEnumeratorException(message, _
innerException)
public InternalEnumeratorException(
string message,
Exception innerException
)
public:
InternalEnumeratorException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> InternalEnumeratorException
public function InternalEnumeratorException(
message : String,
innerException : Exception
)
Parameters
- message
Typ: System. . :: . .String
Wartość ciąg dla wiadomości.
- innerException
Typ: System. . :: . .Exception
Wyjątek wewnętrzny moduł wyliczający.