Class BlockProtocolVersionNotSupportedException
The exception that is thrown when an IPre
Inheritance
System.Object
BlockProtocolVersionNotSupportedException
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public sealed class BlockProtocolVersionNotSupportedException : Exception
Constructors
| Improve this Doc View SourceBlockProtocolVersionNotSupportedException(String, Int32)
Creates a new Block
Declaration
public BlockProtocolVersionNotSupportedException(string message, int blockProtocolVersion)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | Specifies a |
System. |
blockProtocolVersion | The Protocol |
Properties
| Improve this Doc View SourceBlockProtocolVersion
The Protocol
Declaration
public int BlockProtocolVersion { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceGetObjectData(SerializationInfo, StreamingContext)
The exception that is thrown when an IPre
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | |
Streaming |
context |