SPExternalApplicationRegistrationException Constructor
Initializes a new instance of the SPExternalApplicationRegistrationException class with the specified error message.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New SPExternalApplicationRegistrationException(message)
public SPExternalApplicationRegistrationException(
string message
)
Parameters
message
Type: System.StringA description of the error that caused the exception.
See Also
Reference
SPExternalApplicationRegistrationException Class