Redigera

Share via


ExceptionHelper.PlatformNotSupported Method

Definition

Overloads

PlatformNotSupported()
PlatformNotSupported(String)

PlatformNotSupported()

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

Returns

Applies to

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

Parameters

message
String

Returns

Applies to