C# Class System.Management.Automation.PSArgumentNullException

Inheritance: ArgumentNullException, IContainsErrorRecord
Show file Open project: Pash-Project/Pash Class Usage Examples

Public Methods

Method Description
PSArgumentNullException ( ) : System
PSArgumentNullException ( string paramName ) : System
PSArgumentNullException ( string message, Exception innerException ) : System
PSArgumentNullException ( string paramName, string message ) : System

Protected Methods

Method Description
PSArgumentNullException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

PSArgumentNullException() public method

public PSArgumentNullException ( ) : System
return System

PSArgumentNullException() protected method

protected PSArgumentNullException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

PSArgumentNullException() public method

public PSArgumentNullException ( string paramName ) : System
paramName string
return System

PSArgumentNullException() public method

public PSArgumentNullException ( string message, Exception innerException ) : System
message string
innerException Exception
return System

PSArgumentNullException() public method

public PSArgumentNullException ( string paramName, string message ) : System
paramName string
message string
return System