Class CrowdinApiException
Inheritance
CrowdinApiException
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class CrowdinApiException : Exception, ISerializable
Constructors
|
Edit this page
View Source
CrowdinApiException(int, string)
Declaration
public CrowdinApiException(int code, string message)
Parameters
Type |
Name |
Description |
int |
code |
|
string |
message |
|
|
Edit this page
View Source
CrowdinApiException(string)
Declaration
public CrowdinApiException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
CrowdinApiException(string, object?)
Declaration
public CrowdinApiException(string message, object? related)
Parameters
Properties
|
Edit this page
View Source
Code
Declaration
public int? Code { get; }
Property Value
|
Edit this page
View Source
Declaration
public object? Related { get; }
Property Value
Implements