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