C# Class FASTER.core.FasterException

FASTER exception base type
Inheritance: Exception
Mostrar archivo Open project: microsoft/FASTER

Public Methods

Method Description
FasterException ( ) : System

Throw FASTER exception

FasterException ( SerializationInfo info, StreamingContext context ) : System

Throw FASTER exception

FasterException ( string message ) : System

Throw FASTER exception

FasterException ( string message, Exception innerException ) : System

Throw FASTER exception

Method Details

FasterException() public method

Throw FASTER exception
public FasterException ( ) : System
return System

FasterException() public method

Throw FASTER exception
public FasterException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

FasterException() public method

Throw FASTER exception
public FasterException ( string message ) : System
message string
return System

FasterException() public method

Throw FASTER exception
public FasterException ( string message, Exception innerException ) : System
message string
innerException Exception
return System