AzureAutomationOperationException Constructors
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.
Overloads
AzureAutomationOperationException(String) | |
AzureAutomationOperationException(String, Exception) |
AzureAutomationOperationException(String)
public AzureAutomationOperationException (string message);
new Microsoft.Azure.Commands.Automation.Common.AzureAutomationOperationException : string -> Microsoft.Azure.Commands.Automation.Common.AzureAutomationOperationException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
AzureAutomationOperationException(String, Exception)
public AzureAutomationOperationException (string message, Exception exception);
new Microsoft.Azure.Commands.Automation.Common.AzureAutomationOperationException : string * Exception -> Microsoft.Azure.Commands.Automation.Common.AzureAutomationOperationException
Public Sub New (message As String, exception As Exception)
Parameters
- message
- String
- exception
- Exception