Exemplo n.º 1
0
 internal UpdatableHelpSystemException(string errorId, string message, System.Management.Automation.ErrorCategory cat, object targetObject, Exception innerException) : base(message, innerException)
 {
     this._errorId = errorId;
     this._cat = cat;
     this._targetObject = targetObject;
 }
 internal UpdatableHelpSystemException(string errorId, string message, System.Management.Automation.ErrorCategory cat, object targetObject, Exception innerException) : base(message, innerException)
 {
     this._errorId      = errorId;
     this._cat          = cat;
     this._targetObject = targetObject;
 }