Search Results for

    Show / Hide Table of Contents

    Class ServiceException

    Abstract class representing service errors

    Inheritance
    object
    Exception
    PnPException
    ServiceException
    CsomServiceException
    MicrosoftGraphServiceException
    SharePointRestServiceException
    Inherited Members
    PnPException.Error
    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: PnP.Core
    Assembly: PnP.Core.dll
    Syntax
    public class ServiceException : PnPException, ISerializable

    Constructors

    ServiceException()

    Creates a service request exception

    Declaration
    public ServiceException()

    ServiceException(ErrorType, int, string)

    Creates a service request exception

    Declaration
    public ServiceException(ErrorType type, int httpResponseCode, string message)
    Parameters
    ErrorType type

    Error type

    int httpResponseCode

    Http response code of the service request that got an error back

    string message

    Exception message

    ServiceException(string)

    Creates a service request exception

    Declaration
    public ServiceException(string message)
    Parameters
    string message

    Exception message

    ServiceException(string, Exception)

    Creates a service request exception

    Declaration
    public ServiceException(string message, Exception innerException)
    Parameters
    string message

    Exception message

    Exception innerException

    Inner exception to be linked to this ServiceException

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer