C# Class RadioDld.DataNotFoundException

Inheritance: System.Exception
Mostrar archivo Open project: ribbons/RadioDownloader

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

DataNotFoundException() public method

public DataNotFoundException ( ) : System
return System

DataNotFoundException() protected method

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

DataNotFoundException() public method

public DataNotFoundException ( int notFoundId ) : System
notFoundId int
return System

DataNotFoundException() public method

public DataNotFoundException ( int notFoundId, string message ) : System
notFoundId int
message string
return System

DataNotFoundException() public method

public DataNotFoundException ( int notFoundId, string message, Exception innerException ) : System
notFoundId int
message string
innerException System.Exception
return System

DataNotFoundException() public method

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

DataNotFoundException() public method

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