コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TransportFailureException"/> class.
 /// </summary>
 /// <param name="hresultInfo">The <see cref="HResultInfo"/>.</param>
 #endregion
 internal TransportFailureException(HResultInfo hresultInfo)
     : base(hresultInfo)
 {
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LocalCredentialsException"/> class.
 /// </summary>
 /// <param name="hresultInfo">The <see cref="HResultInfo"/>.</param>
 #endregion
 internal LocalCredentialsException(HResultInfo hresultInfo)
     : base(hresultInfo)
 {
 }
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InvalidParameterException"/> class.
 /// </summary>
 /// <param name="hresultInfo">The <see cref="HResultInfo"/>.</param>
 #endregion
 internal InvalidParameterException(HResultInfo hresultInfo)
     : base(hresultInfo)
 {
 }