C# Class MonoMac.CoreFoundation.CFException

Inheritance: System.Exception
Mostrar archivo Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
CFException ( string description, NSString domain, int code, string failureReason, string recoverySuggestion ) : System
FromCFError ( IntPtr cfErrorHandle ) : CFException
FromCFError ( IntPtr cfErrorHandle, bool release ) : CFException

Private Methods

Method Description
CFErrorCopyDescription ( IntPtr err ) : IntPtr
CFErrorCopyFailureReason ( IntPtr err ) : IntPtr
CFErrorCopyRecoverySuggestion ( IntPtr err ) : IntPtr
CFErrorCopyUserInfo ( IntPtr err ) : IntPtr
CFErrorGetCode ( IntPtr err ) : int
CFErrorGetDomain ( IntPtr err ) : IntPtr
ToString ( IntPtr cfStringRef ) : string
ToString ( IntPtr cfStringRef, bool release ) : string

Method Details

CFException() public method

public CFException ( string description, NSString domain, int code, string failureReason, string recoverySuggestion ) : System
description string
domain MonoMac.Foundation.NSString
code int
failureReason string
recoverySuggestion string
return System

FromCFError() public static method

public static FromCFError ( IntPtr cfErrorHandle ) : CFException
cfErrorHandle System.IntPtr
return CFException

FromCFError() public static method

public static FromCFError ( IntPtr cfErrorHandle, bool release ) : CFException
cfErrorHandle System.IntPtr
release bool
return CFException