CmdletMethodInvoker<T>.ExceptionThrownOnCmdletThread Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Exception ^ ExceptionThrownOnCmdletThread { Exception ^ get(); void set(Exception ^ value); };
public Exception ExceptionThrownOnCmdletThread { get; set; }
member this.ExceptionThrownOnCmdletThread : Exception with get, set
Public Property ExceptionThrownOnCmdletThread As Exception