C# Class Revo.Infrastructure.Validation.CommandValidationException

Inheritance: Exception
显示文件 Open project: ualehosaini/Revo

Public Methods

Method Description
CommandValidationException ( ) : System
CommandValidationException ( string message ) : System
CommandValidationException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

CommandValidationException() public method

public CommandValidationException ( ) : System
return System

CommandValidationException() protected method

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

CommandValidationException() public method

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

CommandValidationException() public method

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