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