CFException Class

Definition

Represents an exception arising from a Core Foundation CFError, having an error domain, a domain-specific error code, and perhaps additional information.

public class CFException : Exception
type CFException = class
    inherit Exception
Inheritance
CFException

Constructors

CFException(String, NSString, nint, String, String)

Properties

Code
Domain
FailureReason
RecoverySuggestion

Methods

FromCFError(IntPtr)
FromCFError(IntPtr, Boolean)

Applies to