Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the HierarchyIdExceptionclass with a custom error message and the triggering exception object.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New HierarchyIdException(message, _
innerException)
public HierarchyIdException(
string message,
Exception innerException
)
public:
HierarchyIdException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> HierarchyIdException
public function HierarchyIdException(
message : String,
innerException : Exception
)
Paramètres
- message
Type : System.String
A string that contains the error message
- innerException
Type : System.Exception
The exception instance that caused the current exception.
Notes
The constructor is called by another exception object to transmit exception data upstream.