C# Класс System.Threading.WaitHandleCannotBeOpenedException

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

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

Метод Описание
WaitHandleCannotBeOpenedException ( ) : System
WaitHandleCannotBeOpenedException ( String message ) : System
WaitHandleCannotBeOpenedException ( String message, Exception innerException ) : System

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

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

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

WaitHandleCannotBeOpenedException() публичный Метод

public WaitHandleCannotBeOpenedException ( ) : System
Результат System

WaitHandleCannotBeOpenedException() защищенный Метод

protected WaitHandleCannotBeOpenedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

WaitHandleCannotBeOpenedException() публичный Метод

public WaitHandleCannotBeOpenedException ( String message ) : System
message String
Результат System

WaitHandleCannotBeOpenedException() публичный Метод

public WaitHandleCannotBeOpenedException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Результат System