Beispiel #1
0
 public ObjCException(NSException exc) : base()
 {
     native_exc = exc;
 }
 public MonoTouchException(NSException exc) : base()
 {
     native_exc = exc;
 }
Beispiel #3
0
 public ObjCException() : base()
 {
     native_exc = new NSException("default", String.Empty, null);
 }