Share via


MetadataExceptionState.InnerExceptionTypeFullName property

Gets or sets the inner exception type full name.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property InnerExceptionTypeFullName As String
    Get
    Set
'Usage
Dim instance As MetadataExceptionState
Dim value As String

value = instance.InnerExceptionTypeFullName

instance.InnerExceptionTypeFullName = value
public string InnerExceptionTypeFullName { get; set; }

Property value

Type: System.String
The inner exception type full name.

See also

Reference

MetadataExceptionState class

MetadataExceptionState members

Microsoft.SharePoint.BusinessData.Administration namespace