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.StringA string containing a message to describe the error
innerException
Type: System.ExceptionA Exception object that represents the exception that is the cause of the current exception.
See Also
Reference
TermStoreOperationException Class
TermStoreOperationException Members