SPDuplicateObjectException constructor (String, Exception)
Initializes a new instance of the SPDuplicateObjectException class based on the specified error string and exception.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
error As String, _
e As Exception _
)
'Usage
Dim error As String
Dim e As Exception
Dim instance As New SPDuplicateObjectException(error, e)
public SPDuplicateObjectException(
string error,
Exception e
)
Parameters
error
Type: System.StringA string containing the message that explains the reason for the exception.
e
Type: System.ExceptionA System.Exception object that represents the cause of the exception.
See also
Reference
SPDuplicateObjectException class
SPDuplicateObjectException members