Class ApiException
Class ApiException.
Implements the
Inheritance
System.Object
ApiException
Namespace: ISynergy.Framework.Core.Models
Assembly: ISynergy.Framework.Core.dll
Syntax
public class ApiException : Exception
Constructors
View SourceApiException()
Initializes a new instance of the ApiException class.
Declaration
public ApiException()
ApiException(String, String)
Initializes a new instance of the ApiException class.
Declaration
public ApiException(string message, string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
System.String | type | The type. |
Properties
View SourceType
Gets the type.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String | The type. |