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