Show / Hide Table of Contents

Class LogException

Special exception we throw if we had a problem actually logging a message to the engine error rpc endpoint. In this case, we have no choice but to tear ourselves down reporting whatever we can to the console instead.

Inheritance
object
Exception
LogException
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
Assembly: Pulumi.dll
Syntax
public class LogException : Exception, ISerializable

Constructors

View Source

LogException(Exception)

Declaration
public LogException(Exception exception)
Parameters
Type Name Description
Exception exception

Implements

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