Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WmiException"/> class.
 /// </summary>
 /// <param name="hresultInfo">The <see cref="HResultInfo"/>.</param>
 #endregion
 internal WmiException(HResultInfo hresultInfo)
     : base(hresultInfo.ErrorMessage)
 {
     base.HResult = (int)hresultInfo.HResult;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="InvalidNamespaceException"/> class.
 /// </summary>
 /// <param name="hresultInfo">The <see cref="HResultInfo"/>.</param>
 #endregion
 internal InvalidNamespaceException(HResultInfo hresultInfo)
     : base(hresultInfo)
 {
 }