Show / Hide Table of Contents

Class TableStorageException

Represents errors that occur when performing Table Storage operations.

Inheritance
System.Object
System.Exception
TableStorageException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Celerik.NetCore.Util
Assembly: cs.temp.dll.dll
Syntax
public class TableStorageException : Exception, ISerializable, _Exception

Constructors

TableStorageException(String, Exception)

Initializes a new instance of the class.

Declaration
public TableStorageException(string operationName, Exception innerException)
Parameters
Type Name Description
System.String operationName

The name of the operation that failed.

System.Exception innerException

The exception that is the cause of the current exception.

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
In This Article
Back to top Generated by DocFX