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

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

Public Methods

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

Protected Methods

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

Method Details

CreatingEntityFailedException() public method

public CreatingEntityFailedException ( ) : System
return System

CreatingEntityFailedException() protected method

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

CreatingEntityFailedException() public method

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

CreatingEntityFailedException() public method

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