共用方式為


ExceptionHelper.PlatformNotSupported 方法

定義

多載

PlatformNotSupported()
PlatformNotSupported(String)

PlatformNotSupported()

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

傳回

適用於

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

參數

message
String

傳回

適用於