C# Класс System.MulticastNotSupportedException

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

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

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

Приватные методы

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

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

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

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

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

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

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

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