public MsgProviderError() : base(12) { this.Data = new ProviderError(); }
public ProviderErrorEventArgs(ProviderError error) { this.Error = error; }