-
-
Notifications
You must be signed in to change notification settings - Fork 9
mattermostexceptions ApiKeyException
BigMakCode edited this page Aug 5, 2024
·
1 revision
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
Exception
public ApiKeyException()public ApiKeyException(string message)| Type | Name | Description |
|---|---|---|
string |
message |
public ApiKeyException(string message, Exception innerException)| Type | Name | Description |
|---|---|---|
string |
message | |
Exception |
innerException |
protected ApiKeyException(SerializationInfo info, StreamingContext context)| Type | Name | Description |
|---|---|---|
SerializationInfo |
info | |
StreamingContext |
context |
Generated with ModularDoc