Compartir a través de


ExceptionHelper.PlatformNotSupported Método

Definición

Sobrecargas

PlatformNotSupported()
PlatformNotSupported(String)

PlatformNotSupported()

public:
 static PlatformNotSupportedException ^ PlatformNotSupported();
public static PlatformNotSupportedException PlatformNotSupported ();
static member PlatformNotSupported : unit -> PlatformNotSupportedException
Public Shared Function PlatformNotSupported () As PlatformNotSupportedException

Devoluciones

Se aplica a

PlatformNotSupported(String)

public:
 static PlatformNotSupportedException ^ PlatformNotSupported(System::String ^ message);
public static PlatformNotSupportedException PlatformNotSupported (string message);
static member PlatformNotSupported : string -> PlatformNotSupportedException
Public Shared Function PlatformNotSupported (message As String) As PlatformNotSupportedException

Parámetros

message
String

Devoluciones

Se aplica a