MethodResponse.Exception Propriedade

Definição

Obtém a exceção gerada durante a chamada do método ou null, se o método não tiver gerado uma exceção.Gets the exception thrown during the method call, or null if the method did not throw an exception.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
[get: System.Security.SecurityCritical]
public Exception Exception { get; }
member this.Exception : Exception
[<get: System.Security.SecurityCritical>]
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Valor da propriedade

Exception

O Exception lançado durante a chamada do método ou null se o método não gerou uma exceção.The Exception thrown during the method call, or null if the method did not throw an exception.

Implementações

Atributos

Comentários

O método pertence a um objeto remoto.The method belongs to a remote object.

Aplica-se a