Class ClientException
PnP Client exception
Inherited Members
Namespace: PnP.Core
Assembly: PnP.Core.dll
Syntax
public class ClientException : PnPException
Constructors
ClientException(ErrorType, String)
ClientException constructor
Declaration
public ClientException(ErrorType type, string message)
Parameters
ErrorType
type
Type of the error |
System.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 |
System.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
System.String
String representation |