Class NfieldSdkException
public class NfieldSdkException : Exception, ISerializable
- Inheritance
-
NfieldSdkException
- Implements
- Derived
- Inherited Members
Constructors
NfieldSdkException(string, int, string, IReadOnlyDictionary<string, IEnumerable<string>>, Exception)
public NfieldSdkException(string message, int statusCode, string response, IReadOnlyDictionary<string, IEnumerable<string>> headers, Exception innerException)
Parameters
messagestringstatusCodeintresponsestringheadersIReadOnlyDictionary<string, IEnumerable<string>>innerExceptionException
Properties
Headers
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
Property Value
Response
public string Response { get; }
Property Value
StatusCode
public int StatusCode { get; }
Property Value
Methods
ToString()
public override string ToString()