コード例 #1
0
 internal FormatObjectDeserializer(Microsoft.PowerShell.Commands.Internal.Format.TerminatingErrorContext errorContext)
 {
     this._errorContext = errorContext;
 }
コード例 #2
0
 internal void CreateTerminatingErrorContext()
 {
     this._terminatingErrorContext = new Microsoft.PowerShell.Commands.Internal.Format.TerminatingErrorContext(this.OuterCmdlet());
 }
コード例 #3
0
 internal FormatObjectDeserializer(Microsoft.PowerShell.Commands.Internal.Format.TerminatingErrorContext errorContext)
 {
     this._errorContext = errorContext;
 }
コード例 #4
0
 internal void CreateTerminatingErrorContext()
 {
     this._terminatingErrorContext = new Microsoft.PowerShell.Commands.Internal.Format.TerminatingErrorContext(this.OuterCmdlet());
 }