Class InvalidStateTargetException
Inheritance
InvalidStateTargetException
Assembly: Libplanet.dll
Syntax
[Serializable]
public class InvalidStateTargetException : SwarmException, ISerializable
Constructors
|
Improve this Doc
View Source
InvalidStateTargetException()
Declaration
public InvalidStateTargetException()
|
Improve this Doc
View Source
InvalidStateTargetException(SerializationInfo, StreamingContext)
Declaration
protected InvalidStateTargetException(SerializationInfo info, StreamingContext context)
Parameters
|
Improve this Doc
View Source
InvalidStateTargetException(String)
Declaration
public InvalidStateTargetException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
InvalidStateTargetException(String, Exception)
Declaration
public InvalidStateTargetException(string message, Exception innerException)
Parameters
Implements
Extension Methods