Konstruktor ResultTypeNotSupportedEnumeratorException (String, Exception)
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)
Składnia
'Deklaracja
Public Sub New ( _
msg As String, _
e As Exception _
)
'Użycie
Dim msg As String
Dim e As Exception
Dim instance As New ResultTypeNotSupportedEnumeratorException(msg, e)
public ResultTypeNotSupportedEnumeratorException(
string msg,
Exception e
)
public:
ResultTypeNotSupportedEnumeratorException(
String^ msg,
Exception^ e
)
new :
msg:string *
e:Exception -> ResultTypeNotSupportedEnumeratorException
public function ResultTypeNotSupportedEnumeratorException(
msg : String,
e : Exception
)
Parametry
- msg
Typ: System.String
Wartość ciągu Określa ciąg wiadomości wynik typu nie obsługiwany moduł wyliczający wyjątku.
- e
Typ: System.Exception
Obiekt, który określa wyjątek wynik typu nie obsługiwany moduł wyliczający wyjątku.