C# Class Softeq.NetKit.Notifications.Domain.Exceptions.ConflictException

Inheritance: Softeq.NetKit.Notifications.Domain.Exceptions.ServiceException
Afficher le fichier Open project: Softeq/NetKit.Notification

Méthodes publiques

Méthode Description
ConflictException ( ) : System
ConflictException ( Exception innerException ) : System
ConflictException ( string message ) : System
ConflictException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

ConflictException() public méthode

public ConflictException ( ) : System
Résultat System

ConflictException() public méthode

public ConflictException ( Exception innerException ) : System
innerException Exception
Résultat System

ConflictException() protected méthode

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

ConflictException() public méthode

public ConflictException ( string message ) : System
message string
Résultat System

ConflictException() public méthode

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