MobileErrorInfo.Type Propiedad

Definición

Devuelve el Type valor de de la excepción. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios 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

Valor de propiedad

Type de la excepción.

Se aplica a

Consulte también