C# Класс System.Windows.Automation.ElementNotAvailableException

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

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

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

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

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

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

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

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

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

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

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

public ElementNotAvailableException ( Exception innerException ) : System
innerException System.Exception
Результат System

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

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

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

public ElementNotAvailableException ( string message ) : System
message string
Результат System

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

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