UnknownTypeEnumeratorException Constructor (String, Exception)
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
typeName As String, _
innerException As Exception _
)
'Uso
Dim typeName As String
Dim innerException As Exception
Dim instance As New UnknownTypeEnumeratorException(typeName, _
innerException)
public UnknownTypeEnumeratorException(
string typeName,
Exception innerException
)
public:
UnknownTypeEnumeratorException(
String^ typeName,
Exception^ innerException
)
new :
typeName:string *
innerException:Exception -> UnknownTypeEnumeratorException
public function UnknownTypeEnumeratorException(
typeName : String,
innerException : Exception
)
Parámetros
- typeName
Tipo: System. . :: . .String
A string that specifies the type name.
- innerException
Tipo: System. . :: . .Exception
Represents the current exception.