Class BitmovinApiException
Inheritance
System.Object
System.Exception
BitmovinApiException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Common
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class BitmovinApiException : Exception, ISerializable, _Exception
Constructors
BitmovinApiException(String, HttpStatusCode, ResponseError, Exception)
Declaration
public BitmovinApiException(string message, HttpStatusCode httpStatusCode, ResponseError responseError = null, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Net.HttpStatusCode | httpStatusCode | |
ResponseError | responseError | |
System.Exception | innerException |
Properties
ErrorData
Declaration
public ResponseErrorData ErrorData { get; }
Property Value
Type | Description |
---|---|
ResponseErrorData |
HttpStatusCode
Declaration
public HttpStatusCode HttpStatusCode { get; }
Property Value
Type | Description |
---|---|
System.Net.HttpStatusCode |
RequestId
Declaration
public string RequestId { get; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public ResponseStatus? Status { get; }
Property Value
Type | Description |
---|---|
System.Nullable<ResponseStatus> |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception