C# Class Xmu.Crms.Shared.Exceptions.SeminarNotFoundException

Inheritance: ArgumentOutOfRangeException
Show file Open project: xmusoftware15/ModuleStandardGroup-Public

Public Methods

Method Description
SeminarNotFoundException ( ) : System
SeminarNotFoundException ( string paramName ) : System
SeminarNotFoundException ( string message, Exception innerException ) : System
SeminarNotFoundException ( string paramName, object actualValue, string message ) : System
SeminarNotFoundException ( string paramName, string message ) : System

Protected Methods

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

Method Details

SeminarNotFoundException() public method

public SeminarNotFoundException ( ) : System
return System

SeminarNotFoundException() protected method

protected SeminarNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

SeminarNotFoundException() public method

public SeminarNotFoundException ( string paramName ) : System
paramName string
return System

SeminarNotFoundException() public method

public SeminarNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
return System

SeminarNotFoundException() public method

public SeminarNotFoundException ( string paramName, object actualValue, string message ) : System
paramName string
actualValue object
message string
return System

SeminarNotFoundException() public method

public SeminarNotFoundException ( string paramName, string message ) : System
paramName string
message string
return System