Class InvalidMagicCookieException
Inheritance
InvalidMagicCookieException
Assembly: Libplanet.dll
Syntax
public class InvalidMagicCookieException : Exception
Constructors
|
Improve this Doc
View Source
InvalidMagicCookieException(IEnumerable<Byte>, IEnumerable<Byte>)
Declaration
public InvalidMagicCookieException(IEnumerable<byte> expected, IEnumerable<byte> actual)
Parameters
| Type |
Name |
Description |
| IEnumerable<Byte> |
expected |
|
| IEnumerable<Byte> |
actual |
|
|
Improve this Doc
View Source
InvalidMagicCookieException(SerializationInfo, StreamingContext)
Declaration
protected InvalidMagicCookieException(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| SerializationInfo |
info |
|
| StreamingContext |
context |
|
|
Improve this Doc
View Source
InvalidMagicCookieException(String, IEnumerable<Byte>, IEnumerable<Byte>)
Declaration
public InvalidMagicCookieException(string message, IEnumerable<byte> expected, IEnumerable<byte> actual)
Parameters
| Type |
Name |
Description |
| String |
message |
|
| IEnumerable<Byte> |
expected |
|
| IEnumerable<Byte> |
actual |
|
|
Improve this Doc
View Source
InvalidMagicCookieException(String, IEnumerable<Byte>, IEnumerable<Byte>, Exception)
Declaration
public InvalidMagicCookieException(string message, IEnumerable<byte> expected, IEnumerable<byte> actual, Exception innerException)
Parameters
| Type |
Name |
Description |
| String |
message |
|
| IEnumerable<Byte> |
expected |
|
| IEnumerable<Byte> |
actual |
|
| Exception |
innerException |
|
Properties
|
Improve this Doc
View Source
Actual
Declaration
public ImmutableArray<byte> Actual { get; }
Property Value
| Type |
Description |
| ImmutableArray<Byte> |
|
|
Improve this Doc
View Source
Expected
Declaration
public ImmutableArray<byte> Expected { get; }
Property Value
| Type |
Description |
| ImmutableArray<Byte> |
|
Methods
|
Improve this Doc
View Source
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| SerializationInfo |
info |
|
| StreamingContext |
context |
|