C# Class Smrf.SocialNetworkLib.WdsConnectionFailureException

Inheritance: System.Exception
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
WdsConnectionFailureException ( Exception innerException ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode Description
WdsConnectionFailureException ( SerializationInfo oSerializationInfo, StreamingContext oStreamingContext ) : System

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

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

WdsConnectionFailureException() public méthode

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. ///
Résultat System

WdsConnectionFailureException() protected méthode

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
Résultat System