Show / Hide Table of Contents

Class CommandException

Inheritance
object
Exception
CommandException
ConcurrentUpdateException
StackAlreadyExistsException
StackNotFoundException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Pulumi.Automation.Commands.Exceptions
Assembly: Pulumi.Automation.dll
Syntax
public class CommandException : Exception, ISerializable

Properties

View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

Implements

ISerializable
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.