Condividi tramite


MobileErrorInfo.Type Proprietà

Definizione

Restituisce l'oggetto Type dell'eccezione. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni per dispositivi mobili ASP.NET, vedere App per dispositivi mobili & Siti con ASP.NET.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
public string Type { get; set; }
member this.Type : string with get, set
Public Property Type As String

Valore della proprietà

Oggetto Type dell'eccezione.

Si applica a

Vedi anche