C# Class RSS.Exceptions.RSSParameterException

Inheritance: System.Exception
Afficher le fichier Open project: ApmeM/Simple-RSS

Méthodes publiques

Méthode Description
RSSParameterException ( string field, object value ) : System
RSSParameterException ( string field, object value, Exception innerException ) : System

Méthodes protégées

Méthode Description
RSSParameterException ( SerializationInfo info, StreamingContext context, string field, object value ) : System

Method Details

RSSParameterException() protected méthode

protected RSSParameterException ( SerializationInfo info, StreamingContext context, string field, object value ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
field string
value object
Résultat System

RSSParameterException() public méthode

public RSSParameterException ( string field, object value ) : System
field string
value object
Résultat System

RSSParameterException() public méthode

public RSSParameterException ( string field, object value, Exception innerException ) : System
field string
value object
innerException System.Exception
Résultat System