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