Skip to content

mattermostexceptions ApiKeyException

BigMakCode edited this page Aug 5, 2024 · 1 revision

ApiKeyException Internal class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Mattermost.Exceptions
  Mattermost.Exceptions.ApiKeyException[[ApiKeyException]]
  end
  subgraph System
System.Exception[[Exception]]
  end
System.Exception --> Mattermost.Exceptions.ApiKeyException
Loading

Details

Inheritance

  • Exception

Constructors

ApiKeyException [1/4]

public ApiKeyException()

ApiKeyException [2/4]

public ApiKeyException(string message)
Arguments
Type Name Description
string message

ApiKeyException [3/4]

public ApiKeyException(string message, Exception innerException)
Arguments
Type Name Description
string message
Exception innerException

ApiKeyException [4/4]

protected ApiKeyException(SerializationInfo info, StreamingContext context)
Arguments
Type Name Description
SerializationInfo info
StreamingContext context

Generated with ModularDoc

Clone this wiki locally