Ejemplo n.º 1
0
 internal FormatObjectDeserializer(Microsoft.PowerShell.Commands.Internal.Format.TerminatingErrorContext errorContext)
 {
     this._errorContext = errorContext;
 }
Ejemplo n.º 2
0
 internal void CreateTerminatingErrorContext()
 {
     this._terminatingErrorContext = new Microsoft.PowerShell.Commands.Internal.Format.TerminatingErrorContext(this.OuterCmdlet());
 }
Ejemplo n.º 3
0
 internal FormatObjectDeserializer(Microsoft.PowerShell.Commands.Internal.Format.TerminatingErrorContext errorContext)
 {
     this._errorContext = errorContext;
 }
 internal void CreateTerminatingErrorContext()
 {
     this._terminatingErrorContext = new Microsoft.PowerShell.Commands.Internal.Format.TerminatingErrorContext(this.OuterCmdlet());
 }