SPException - Constructeur (String, Int32)
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
strMessage As String, _
errorCode As Integer _
)
'Utilisation
Dim strMessage As String
Dim errorCode As Integer
Dim instance As New SPException(strMessage, _
errorCode)
public SPException(
string strMessage,
int errorCode
)
Paramètres
- strMessage
Type : System.String
- errorCode
Type : System.Int32