Show / Hide Table of Contents

Class InvalidMessageException

Inheritance
Object
InvalidMessageException
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class InvalidMessageException : Exception

Constructors

| Improve this Doc View Source

InvalidMessageException()

Declaration
public InvalidMessageException()
| Improve this Doc View Source

InvalidMessageException(SerializationInfo, StreamingContext)

Declaration
protected InvalidMessageException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

InvalidMessageException(String)

Declaration
public InvalidMessageException(string message)
Parameters
Type Name Description
String message
| Improve this Doc View Source

InvalidMessageException(String, Exception)

Declaration
public InvalidMessageException(string message, Exception innerException)
Parameters
Type Name Description
String message
Exception innerException
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium