Search Results for

    Show / Hide Table of Contents

    Class ClientException

    PnP Client exception

    Inheritance
    object
    Exception
    PnPException
    ClientException
    Inherited Members
    PnPException.Error
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    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: PnP.Core
    Assembly: PnP.Core.dll
    Syntax
    public class ClientException : PnPException, ISerializable

    Constructors

    ClientException(ErrorType, string)

    ClientException constructor

    Declaration
    public ClientException(ErrorType type, string message)
    Parameters
    ErrorType type

    Type of the error

    string message

    Error message

    ClientException(ErrorType, string, Exception)

    ClientException constructor

    Declaration
    public ClientException(ErrorType type, string message, Exception innerException)
    Parameters
    ErrorType type

    Type of the error

    string message

    Error message

    Exception innerException

    Inner exception to link to this exception

    Methods

    ToString()

    Outputs a ClientException to a string representation

    Declaration
    public override string ToString()
    Returns
    string

    String representation

    Overrides
    Exception.ToString()
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer