Ejemplo n.º 1
0
 public UIKitException(string msg, UIKitErrorCode errorCode) : base(msg, (int)errorCode)
 {
 }
Ejemplo n.º 2
0
 public NotFoundException(string msg, UIKitErrorCode errorCode) : base(msg, errorCode)
 {
 }