PSArgumentNullException Class
The exception thrown when a non-null value is expected and a parameter contains a null value.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
'Declaration <SerializableAttribute> _ Public Class PSArgumentNullException Inherits ArgumentNullException Implements IContainsErrorRecord
/** @attribute SerializableAttribute() */ public class PSArgumentNullException extends ArgumentNullException implements IContainsErrorRecord
SerializableAttribute public class PSArgumentNullException extends ArgumentNullException implements IContainsErrorRecord
This class is a wrapper for the ArgumentException class. It provides additional information through its implementation of the IContainsErrorRecord interface.
Although cmdlets might need to catch this exception, instances of this exception class are usually generated by the Windows PowerShell runtime. It is unusual for code outside the Windows PowerShell runtime to create an instance of this class.
System.Object
System.Exception
System.SystemException
System.ArgumentException
System.ArgumentNullException
System.Management.Automation.PSArgumentNullException
System.Exception
System.SystemException
System.ArgumentException
System.ArgumentNullException
System.Management.Automation.PSArgumentNullException
Any public static (
Shared
in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.
