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

Inheritance: ArgumentOutOfRangeException
Mostrar archivo Open project: xmusoftware15/ModuleStandardGroup-Public

Public Methods

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

Protected Methods

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

Method Details

TopicNotFoundException() public method

public TopicNotFoundException ( ) : System
return System

TopicNotFoundException() protected method

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

TopicNotFoundException() public method

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

TopicNotFoundException() public method

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

TopicNotFoundException() public method

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

TopicNotFoundException() public method

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