Costruttore UnsupportedTargetSetForFacetException (String, Exception)
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilizzo
Dim message As String
Dim innerException As Exception
Dim instance As New UnsupportedTargetSetForFacetException(message, _
innerException)
public UnsupportedTargetSetForFacetException(
string message,
Exception innerException
)
public:
UnsupportedTargetSetForFacetException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> UnsupportedTargetSetForFacetException
public function UnsupportedTargetSetForFacetException(
message : String,
innerException : Exception
)