Class DataStoreNullKeyException
Inheritance
DataStoreNullKeyException
Assembly: cs.temp.dll.dll
Syntax
public class DataStoreNullKeyException : Exception, ISerializable, _Exception
Constructors
DataStoreNullKeyException()
Declaration
public DataStoreNullKeyException()
DataStoreNullKeyException(String)
Declaration
public DataStoreNullKeyException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
DataStoreNullKeyException(String, Exception)
Declaration
public DataStoreNullKeyException(string message, Exception innerException)
Parameters
Implements