ApplicationFailedException
ApplicationFailedException
ApplicationFailedException
Class
Definition
Defines the exception that is thrown if a native command fails.
public class ApplicationFailedException : System.Management.Automation.RuntimeException
type ApplicationFailedException = class
inherit RuntimeException
Public Class ApplicationFailedException
Inherits RuntimeException
- Inheritance
-
ApplicationFailedExceptionApplicationFailedExceptionApplicationFailedException
Constructors
ApplicationFailedException() ApplicationFailedException() ApplicationFailedException() |
Initializes a new instance of the class ApplicationFailedException. |
ApplicationFailedException(SerializationInfo, StreamingContext) ApplicationFailedException(SerializationInfo, StreamingContext) ApplicationFailedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ApplicationFailedException class and defines the serialization information, and streaming context. |
ApplicationFailedException(String) ApplicationFailedException(String) ApplicationFailedException(String) |
Initializes a new instance of the ApplicationFailedException class and defines the error message. |
ApplicationFailedException(String, Exception) ApplicationFailedException(String, Exception) ApplicationFailedException(String, Exception) |
Initializes a new instance of the ApplicationFailedException class and defines the error message and inner exception. |
Properties
ErrorRecord ErrorRecord ErrorRecord | Inherited from RuntimeException |
StackTrace StackTrace StackTrace | Inherited from RuntimeException |
WasThrownFromThrowStatement WasThrownFromThrowStatement WasThrownFromThrowStatement | Inherited from RuntimeException |
Methods
GetObjectData(SerializationInfo, StreamingContext) GetObjectData(SerializationInfo, StreamingContext) GetObjectData(SerializationInfo, StreamingContext) | Inherited from RuntimeException |