C# Class AskNGo.ElasticSearch.DocumentNotDeletedException

Inheritance: Exception
Exibir arquivo Open project: allansene/askngo

Public Methods

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

Protected Methods

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

Method Details

DocumentNotDeletedException() public method

public DocumentNotDeletedException ( ) : System
return System

DocumentNotDeletedException() protected method

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

DocumentNotDeletedException() public method

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

DocumentNotDeletedException() public method

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