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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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