C# Class Neuralm.Services.Common.Exceptions.UpdatingEntityFailedException

Inheritance: Exception
Afficher le fichier Open project: neuralm/Neuralm-Server

Méthodes publiques

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

Méthodes protégées

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

Method Details

UpdatingEntityFailedException() public méthode

public UpdatingEntityFailedException ( ) : System
Résultat System

UpdatingEntityFailedException() protected méthode

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

UpdatingEntityFailedException() public méthode

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

UpdatingEntityFailedException() public méthode

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