C# Class DiscId.DiscIdException

Inheritance: System.Exception, ISerializable
Exibir arquivo Open project: phw/dotnet-discid

Public Methods

Method Description
DiscIdException ( ) : System
DiscIdException ( string message ) : System
DiscIdException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

DiscIdException() public method

public DiscIdException ( ) : System
return System

DiscIdException() protected method

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

DiscIdException() public method

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

DiscIdException() public method

public DiscIdException ( string message, Exception inner ) : System
message string
inner System.Exception
return System