Class SheetRowNotFoundException
- Namespace
- Nekoyume.TableData
- Assembly
- Lib9c.dll
[Serializable]
public class SheetRowNotFoundException : Exception, ISerializable
- Inheritance
-
SheetRowNotFoundException
- Implements
-
- Inherited Members
-
Constructors
SheetRowNotFoundException(SerializationInfo, StreamingContext)
protected SheetRowNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
context
StreamingContext
SheetRowNotFoundException(string, int)
public SheetRowNotFoundException(string sheetName, int intKey)
Parameters
sheetName
string
intKey
int
SheetRowNotFoundException(string, long)
public SheetRowNotFoundException(string sheetName, long longKey)
Parameters
sheetName
string
longKey
long
SheetRowNotFoundException(string, string)
public SheetRowNotFoundException(string sheetName, string key)
Parameters
sheetName
string
key
string
SheetRowNotFoundException(string, string, int)
public SheetRowNotFoundException(string addressesHex, string sheetName, int intKey)
Parameters
addressesHex
string
sheetName
string
intKey
int
SheetRowNotFoundException(string, string, string)
public SheetRowNotFoundException(string sheetName, string condition, string value)
Parameters
sheetName
string
condition
string
value
string
SheetRowNotFoundException(string, string, string, int)
public SheetRowNotFoundException(string actionType, string addressesHex, string sheetName, int intKey)
Parameters
actionType
string
addressesHex
string
sheetName
string
intKey
int