Partilhar via


Propriedade do RDL InnerException

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam. Use InnerException instead.

Namespace:  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (em Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Sintaxe

'Declaração
Public Property InnerException As Exception
    Get
    Set
'Uso
Dim instance As ExceptionMessageBox
Dim value As Exception

value = instance.InnerException

instance.InnerException = value
public Exception InnerException { get; set; }
public:
property Exception^ InnerException {
    Exception^ get ();
    void set (Exception^ value);
}
member InnerException : Exception with get, set
function get InnerException () : Exception
function set InnerException (value : Exception)

Valor da propriedade

Tipo: System. . :: . .Exception
An Exception object.