C# Class ManagedUiaCustomizationCore.UiaCallFailedException

Inheritance: System.Exception
Mostrar archivo Open project: TestStack/uia-custom-pattern-managed

Public Methods

Method Description
UiaCallFailedException ( ) : System
UiaCallFailedException ( string message ) : System
UiaCallFailedException ( string message, Exception inner ) : System

Protected Methods

Method Description
UiaCallFailedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

UiaCallFailedException() public method

public UiaCallFailedException ( ) : System
return System

UiaCallFailedException() protected method

protected UiaCallFailedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

UiaCallFailedException() public method

public UiaCallFailedException ( string message ) : System
message string
return System

UiaCallFailedException() public method

public UiaCallFailedException ( string message, Exception inner ) : System
message string
inner System.Exception
return System