Class AccessException
- Namespace
- Steeltoe.Common.Expression.Internal
- Assembly
- Steeltoe.Common.Expression.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class AccessException : Exception, ISerializable
- Inheritance
-
AccessException
- Implements
- Inherited Members
Constructors
AccessException(string)
public AccessException(string message)
Parameters
message
string
AccessException(string, Exception)
public AccessException(string message, Exception cause)