C# Class Smrf.SocialNetworkLib.WdsConnectionFailureException

Inheritance: System.Exception
Datei anzeigen Open project: 2014-sed-team3/term-project

Public Methods

Method Description
WdsConnectionFailureException ( Exception innerException ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
WdsConnectionFailureException ( SerializationInfo oSerializationInfo, StreamingContext oStreamingContext ) : System

Do not use this constructor. It is for binary serialization only.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

WdsConnectionFailureException() public method

Initializes a new instance of the class.
public WdsConnectionFailureException ( Exception innerException ) : System
innerException System.Exception /// The exception that was caught while attempting to connect to the /// Windows Desktop Search index. ///
return System

WdsConnectionFailureException() protected method

Do not use this constructor. It is for binary serialization only.
protected WdsConnectionFailureException ( SerializationInfo oSerializationInfo, StreamingContext oStreamingContext ) : System
oSerializationInfo System.Runtime.Serialization.SerializationInfo
oStreamingContext System.Runtime.Serialization.StreamingContext
return System