示例#1
0
 /// <summary>
 /// Initializes a new instance of the AdlsError class.
 /// </summary>
 /// <param name="remoteException">the object representing the actual
 /// WebHDFS exception being returned.</param>
 public AdlsError(AdlsRemoteException remoteException = default(AdlsRemoteException))
 {
     RemoteException = remoteException;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the AdlsError class.
 /// </summary>
 /// <param name="remoteException">the object representing the actual
 /// WebHDFS exception being returned.</param>
 public AdlsError(AdlsRemoteException remoteException = default(AdlsRemoteException))
 {
     RemoteException = remoteException;
     CustomInit();
 }