public InvalidScimOperationException(string message, ScimType type, Exception innerException) : base(message, innerException) { this.Type = type; }
public InvalidScimOperationException(string message, ScimType type) : base(message) { this.Type = type; }