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

Inheritance: Exception
Mostrar archivo Open project: neuralm/Neuralm-Server

Public Methods

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

Protected Methods

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

Method Details

UpdatingEntityFailedException() public method

public UpdatingEntityFailedException ( ) : System
return System

UpdatingEntityFailedException() protected method

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

UpdatingEntityFailedException() public method

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

UpdatingEntityFailedException() public method

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