zoukankan      html  css  js  c++  java
  • 系统异常 NSException.h

    FOUNDATION_EXPORT NSExceptionName const NSGenericException;

    FOUNDATION_EXPORT NSExceptionName const NSRangeException;

    FOUNDATION_EXPORT NSExceptionName const NSInvalidArgumentException;

    FOUNDATION_EXPORT NSExceptionName const NSInternalInconsistencyException;

    FOUNDATION_EXPORT NSExceptionName const NSMallocException;

    FOUNDATION_EXPORT NSExceptionName const NSObjectInaccessibleException;

    FOUNDATION_EXPORT NSExceptionName const NSObjectNotAvailableException;

    FOUNDATION_EXPORT NSExceptionName const NSDestinationInvalidException;

        

    FOUNDATION_EXPORT NSExceptionName const NSPortTimeoutException;

    FOUNDATION_EXPORT NSExceptionName const NSInvalidSendPortException;

    FOUNDATION_EXPORT NSExceptionName const NSInvalidReceivePortException;

    FOUNDATION_EXPORT NSExceptionName const NSPortSendException;

    FOUNDATION_EXPORT NSExceptionName const NSPortReceiveException;

    FOUNDATION_EXPORT NSExceptionName const NSOldStyleException;

    @try{

            NSArray *tp = @[@"aaa"];

            

            [tp objectAtIndex:1];

        }

        @catch(NSException *exception){

            

            NSLog(@"eeee");

            

        }

  • 相关阅读:
    C#泛型
    C#接口
    C#委托和事件
    Unity Ray 射线
    C#学习基础
    Graph | Eulerian path
    Careercup | Chapter 8
    Leetcode | Pow(x, n)
    Leetcode | Gray code
    分布式缓存
  • 原文地址:https://www.cnblogs.com/feng9exe/p/9401309.html
Copyright © 2011-2022 走看看