Class CrowdinApiException
Inheritance
System.Object
CrowdinApiException
Assembly: Crowdin.Api.dll
Syntax
public class CrowdinApiException : Exception
Constructors
|
Improve this Doc
View Source
CrowdinApiException(Int32, String)
Declaration
public CrowdinApiException(int code, string message)
Parameters
Type |
Name |
Description |
System.Int32 |
code |
|
System.String |
message |
|
|
Improve this Doc
View Source
CrowdinApiException(String)
Declaration
public CrowdinApiException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
CrowdinApiException(String, Nullable<Object>)
Declaration
public CrowdinApiException(string message, object? related)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Nullable<System.Object> |
related |
|
Properties
|
Improve this Doc
View Source
Code
Declaration
public int? Code { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public object? Related { get; }
Property Value
Type |
Description |
System.Nullable<System.Object> |
|