Table of Contents

Class ProvisioningException

Namespace
Steeltoe.Stream.Provisioning
Assembly
Steeltoe.Stream.StreamBase.dll
public class ProvisioningException : Exception, ISerializable
Inheritance
ProvisioningException
Implements
Inherited Members

Constructors

ProvisioningException(string)

public ProvisioningException(string msg)

Parameters

msg string

ProvisioningException(string, Exception)

public ProvisioningException(string msg, Exception cause)

Parameters

msg string
cause Exception