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

Inheritance: ArgumentOutOfRangeException
显示文件 Open project: xmusoftware15/ModuleStandardGroup-Public

Public Methods

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

Protected Methods

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

Method Details

FixGroupNotFoundException() public method

public FixGroupNotFoundException ( ) : System
return System

FixGroupNotFoundException() protected method

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

FixGroupNotFoundException() public method

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

FixGroupNotFoundException() public method

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

FixGroupNotFoundException() public method

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

FixGroupNotFoundException() public method

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