C# Class System.Windows.Automation.ProxyAssemblyNotLoadedException

Inheritance: System.Exception
显示文件 Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
ProxyAssemblyNotLoadedException ( ) : System
ProxyAssemblyNotLoadedException ( Exception innerException ) : System
ProxyAssemblyNotLoadedException ( string message ) : System
ProxyAssemblyNotLoadedException ( string message, Exception innerException ) : System

Protected Methods

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

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ProxyAssemblyNotLoadedException() public method

public ProxyAssemblyNotLoadedException ( ) : System
return System

ProxyAssemblyNotLoadedException() public method

public ProxyAssemblyNotLoadedException ( Exception innerException ) : System
innerException System.Exception
return System

ProxyAssemblyNotLoadedException() protected method

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

ProxyAssemblyNotLoadedException() public method

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

ProxyAssemblyNotLoadedException() public method

public ProxyAssemblyNotLoadedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System