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

Inheritance: ArgumentOutOfRangeException
Afficher le fichier Open project: xmusoftware15/ModuleStandardGroup-Public

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
TopicNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

TopicNotFoundException() public méthode

public TopicNotFoundException ( ) : System
Résultat System

TopicNotFoundException() protected méthode

protected TopicNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

TopicNotFoundException() public méthode

public TopicNotFoundException ( string paramName ) : System
paramName string
Résultat System

TopicNotFoundException() public méthode

public TopicNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System

TopicNotFoundException() public méthode

public TopicNotFoundException ( string paramName, object actualValue, string message ) : System
paramName string
actualValue object
message string
Résultat System

TopicNotFoundException() public méthode

public TopicNotFoundException ( string paramName, string message ) : System
paramName string
message string
Résultat System