C# 클래스 MonoMac.CoreFoundation.CFException

상속: System.Exception
파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
CFException ( string description, NSString domain, int code, string failureReason, string recoverySuggestion ) : System
FromCFError ( IntPtr cfErrorHandle ) : CFException
FromCFError ( IntPtr cfErrorHandle, bool release ) : CFException

비공개 메소드들

메소드 설명
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

메소드 상세

CFException() 공개 메소드

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
리턴 System

FromCFError() 공개 정적인 메소드

public static FromCFError ( IntPtr cfErrorHandle ) : CFException
cfErrorHandle System.IntPtr
리턴 CFException

FromCFError() 공개 정적인 메소드

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