C# Class RadioDld.DataNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: ribbons/RadioDownloader

Méthodes publiques

Méthode Description
DataNotFoundException ( ) : System
DataNotFoundException ( int notFoundId ) : System
DataNotFoundException ( int notFoundId, string message ) : System
DataNotFoundException ( int notFoundId, string message, Exception innerException ) : System
DataNotFoundException ( string message ) : System
DataNotFoundException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
DataNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

DataNotFoundException() public méthode

public DataNotFoundException ( ) : System
Résultat System

DataNotFoundException() protected méthode

protected DataNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

DataNotFoundException() public méthode

public DataNotFoundException ( int notFoundId ) : System
notFoundId int
Résultat System

DataNotFoundException() public méthode

public DataNotFoundException ( int notFoundId, string message ) : System
notFoundId int
message string
Résultat System

DataNotFoundException() public méthode

public DataNotFoundException ( int notFoundId, string message, Exception innerException ) : System
notFoundId int
message string
innerException System.Exception
Résultat System

DataNotFoundException() public méthode

public DataNotFoundException ( string message ) : System
message string
Résultat System

DataNotFoundException() public méthode

public DataNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System