コード例 #1
0
 public MessageErrorInfo(MessageStatus status)
 {
     _statusSpecified = true;
     Status           = status;
     Image            = GetImage();
     Description      = status.GetDescription();
 }
コード例 #2
0
 public MessageErrorInfo(MessageStatus status)
 {
     _statusSpecified = true;
     Status = status;
     Image = GetImage();
     Description = status.GetDescription();
 }
コード例 #3
0
 public MessageErrorInfo(MessageStatus status)
 {
     Status = status;
     Image = GetImage();
     Description = status.GetDescription();
 }
コード例 #4
0
 public MessageErrorInfo(MessageStatus status)
 {
     Status      = status;
     Image       = GetImage();
     Description = status.GetDescription();
 }