Compartir a través de


MobileErrorInfo.Type Propiedad

Definición

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