C# Class System.RankException

Inheritance: SystemException
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
RankException ( ) : System
RankException ( String message ) : System
RankException ( String message, Exception innerException ) : System

Protected Methods

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

Method Details

RankException() public method

public RankException ( ) : System
return System

RankException() protected method

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

RankException() public method

public RankException ( String message ) : System
message String
return System

RankException() public method

public RankException ( String message, Exception innerException ) : System
message String
innerException Exception
return System