예제 #1
0
 public UIKitException(string msg, UIKitErrorCode errorCode) : base(msg, (int)errorCode)
 {
 }
예제 #2
0
 public NotFoundException(string msg, UIKitErrorCode errorCode) : base(msg, errorCode)
 {
 }