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

Возвращаемое значение

Применяется к