C# Класс System.PlatformNotSupportedException

Наследование: NotSupportedException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PlatformNotSupportedException ( ) : System.Runtime.InteropServices
PlatformNotSupportedException ( string message ) : System.Runtime.InteropServices
PlatformNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices

Защищенные методы

Метод Описание
PlatformNotSupportedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Описание методов

PlatformNotSupportedException() публичный метод

public PlatformNotSupportedException ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices

PlatformNotSupportedException() защищенный метод

protected PlatformNotSupportedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Результат System.Runtime.InteropServices

PlatformNotSupportedException() публичный метод

public PlatformNotSupportedException ( string message ) : System.Runtime.InteropServices
message string
Результат System.Runtime.InteropServices

PlatformNotSupportedException() публичный метод

public PlatformNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
Результат System.Runtime.InteropServices