(String, Int32) del constructor SPException
Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Sub New ( _
strMessage As String, _
errorCode As Integer _
)
'Uso
Dim strMessage As String
Dim errorCode As Integer
Dim instance As New SPException(strMessage, _
errorCode)
public SPException(
string strMessage,
int errorCode
)
Parámetros
- strMessage
Tipo: System.String
- errorCode
Tipo: System.Int32