Class DataException
Inheritance
DataException
Assembly: cs.temp.dll.dll
Syntax
public class DataException : Exception
Constructors
DataException(SerializationInfo, StreamingContext)
Declaration
public DataException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
DataException(String)
Declaration
public DataException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
DataException(String, Exception)
Declaration
public DataException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
String |
message |
|
Exception |
innerException |
|