Class ClientException
PnP Client exception
public class ClientException : PnPException, ISerializable
- Inheritance
-
ClientException
- Implements
- Inherited Members
Constructors
ClientException(ErrorType, string)
ClientException constructor
public ClientException(ErrorType type, string message)
Parameters
ClientException(ErrorType, string, Exception)
ClientException constructor
public ClientException(ErrorType type, string message, Exception innerException)
Parameters
typeErrorTypeType of the error
messagestringError message
innerExceptionExceptionInner exception to link to this exception
Methods
ToString()
Outputs a ClientException to a string representation
public override string ToString()
Returns
- string
String representation