Share via


TermStoreOperationException constructor (String, Exception)

Initializes a new instance of a TermStoreOperationException object with the specified message string and a reference to an inner exception that is causing the exception.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New TermStoreOperationException(message, _
    innerException)
public TermStoreOperationException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String

    A string containing a message to describe the error

  • innerException
    Type: System.Exception

    A Exception object that represents the exception that is the cause of the current exception.

See also

Reference

TermStoreOperationException class

TermStoreOperationException members

TermStoreOperationException overload

Microsoft.SharePoint.Taxonomy namespace