ApplicationFailedException
Class
Definition
Defines the exception that is thrown if a native command fails.
public class ApplicationFailedException : System.Management.Automation.RuntimeException
- Inheritance
Inherited Members
System.Management.Automation.RuntimeException
Constructors
| ApplicationFailedException() |
Initializes a new instance of the class ApplicationFailedException. |
| ApplicationFailedException(String) |
Initializes a new instance of the ApplicationFailedException class and defines the error message. |
| ApplicationFailedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ApplicationFailedException class and defines the serialization information, and streaming context. |
| ApplicationFailedException(String, Exception) |
Initializes a new instance of the ApplicationFailedException class and defines the error message and inner exception. |