(String, Exception) 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, _
innerEx As Exception _
)
'Uso
Dim strMessage As String
Dim innerEx As Exception
Dim instance As New SPException(strMessage, _
innerEx)
public SPException(
string strMessage,
Exception innerEx
)
Parámetros
- strMessage
Tipo: System.String
- innerEx
Tipo: System.Exception