de la propiedad MetadataExceptionState.InnerExceptionTypeFullName
Obtiene o establece el nombre completo del tipo de excepción interna.
Espacio de nombres: Microsoft.SharePoint.BusinessData.Administration
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Property InnerExceptionTypeFullName As String
Get
Set
'Uso
Dim instance As MetadataExceptionState
Dim value As String
value = instance.InnerExceptionTypeFullName
instance.InnerExceptionTypeFullName = value
public string InnerExceptionTypeFullName { get; set; }
Valor de propiedad
Tipo: System.String
El nombre completo del tipo excepción interna.
Vea también
Referencia
Miembros MetadataExceptionState
Espacio de nombres Microsoft.SharePoint.BusinessData.Administration