C# Class AskNGo.ElasticSearch.DocumentNotInsertedException

Inheritance: Exception
Exibir arquivo Open project: allansene/askngo

Public Methods

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

Protected Methods

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

Method Details

DocumentNotInsertedException() public method

public DocumentNotInsertedException ( ) : System
return System

DocumentNotInsertedException() protected method

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

DocumentNotInsertedException() public method

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

DocumentNotInsertedException() public method

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