C# Class System.Windows.Automation.ElementNotEnabledException

Inheritance: System.InvalidOperationException
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Méthode Description
ElementNotEnabledException ( ) : System
ElementNotEnabledException ( Exception innerException ) : System
ElementNotEnabledException ( string message ) : System
ElementNotEnabledException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
ElementNotEnabledException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ElementNotEnabledException() public méthode

public ElementNotEnabledException ( ) : System
Résultat System

ElementNotEnabledException() public méthode

public ElementNotEnabledException ( Exception innerException ) : System
innerException System.Exception
Résultat System

ElementNotEnabledException() protected méthode

protected ElementNotEnabledException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ElementNotEnabledException() public méthode

public ElementNotEnabledException ( string message ) : System
message string
Résultat System

ElementNotEnabledException() public méthode

public ElementNotEnabledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System