SPUserCodeSolutionExecutionFailedException-Konstruktor
Initialisiert eine neue Instanz der SPUserCodeSolutionExecutionFailedException -Klasse.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As SPUserCodeSolutionProxiedException _
)
'Usage
Dim message As String
Dim innerException As SPUserCodeSolutionProxiedException
Dim instance As New SPUserCodeSolutionExecutionFailedException(message, _
innerException)
public SPUserCodeSolutionExecutionFailedException(
string message,
SPUserCodeSolutionProxiedException innerException
)
Parameter
message
Typ: System.StringDie Fehlermeldung, die den Grund für die Ausnahme erklärt.
innerException
Typ: Microsoft.SharePoint.UserCode.SPUserCodeSolutionProxiedExceptionDie Ausnahme, die die Ursache für die aktuelle Ausnahme oder ein Bezug Null wird, wenn keine innerException angegeben ist.
Siehe auch
Referenz
SPUserCodeSolutionExecutionFailedException Klasse