C# Class Nekoyume.Action.FailedLoadSheetException

Inheritance: Exception
Exibir arquivo Open project: planetarium/lib9c

Public Methods

Method Description
FailedLoadSheetException ( Type sheetType ) : System
FailedLoadSheetException ( string message ) : System

Protected Methods

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

Method Details

FailedLoadSheetException() protected method

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

FailedLoadSheetException() public method

public FailedLoadSheetException ( Type sheetType ) : System
sheetType Type
return System

FailedLoadSheetException() public method

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